Skip to content

Commit bfe4574

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.2.0...v2.0.0) (2026-07-06) * feat!: target Vercel AI SDK v6 ([f8ebace](f8ebace)) ### Bug Fixes * avoid eager rendering for large tool output ([#25](#25)) ([544d3e0](544d3e0)) * memoize CodeBlock highlighting to stop re-highlight-on-render ([#35](#35)) ([6d9bb04](6d9bb04)) * propagate conversation id changes to the sidebar ([#27](#27)) ([586598a](586598a)) ### Continuous Integration * disable husky hooks during semantic-release commit ([fcce769](fcce769)) ### Features * collapse consecutive same-tool calls into a counted group ([#30](#30), [#36](#36)) ([450a72b](450a72b)) * editable user messages with conversation forking ([#22](#22)) ([376f24c](376f24c)) * readable run_code tool input/output ([#26](#26)) ([9c65dd2](9c65dd2)) * reasoning-effort dropdown in the chat toolbar ([#28](#28)) ([efe2b9e](efe2b9e)) * tool approval UI for AI SDK v6 ([#23](#23)) ([150aaca](150aaca)), closes [#21](#21) [#16](#16) * tool-call filters -- hide noisy tools by name or glob ([#34](#34)) ([c3194c3](c3194c3)) * upgrade Vercel AI SDK v5 to v6 ([#21](#21)) ([d0e641a](d0e641a)) ### BREAKING CHANGES * The chat UI now targets Vercel AI SDK v7 and is no longer wire-compatible with a v5/v6 server. * The chat UI now targets Vercel AI SDK v6 and is no longer wire-compatible with a v5 server. Cut as 2.0.0.
1 parent fcce769 commit bfe4574

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# [2.0.0](https://github.com/pydantic/ai-chat-ui/compare/v1.2.0...v2.0.0) (2026-07-06)
2+
3+
4+
* feat!: target Vercel AI SDK v6 ([f8ebace](https://github.com/pydantic/ai-chat-ui/commit/f8ebace88ab2f45598ac47591375735665ba0e4e))
5+
6+
7+
### Bug Fixes
8+
9+
* avoid eager rendering for large tool output ([#25](https://github.com/pydantic/ai-chat-ui/issues/25)) ([544d3e0](https://github.com/pydantic/ai-chat-ui/commit/544d3e0fcc5168cc0d53ab41c2dbb4799a5ad2cf))
10+
* memoize CodeBlock highlighting to stop re-highlight-on-render ([#35](https://github.com/pydantic/ai-chat-ui/issues/35)) ([6d9bb04](https://github.com/pydantic/ai-chat-ui/commit/6d9bb04cc5a3e8fbf836cffb7f26fbfef883d0f3))
11+
* propagate conversation id changes to the sidebar ([#27](https://github.com/pydantic/ai-chat-ui/issues/27)) ([586598a](https://github.com/pydantic/ai-chat-ui/commit/586598a052924005b627b77b15ec23719ce1af30))
12+
13+
14+
### Continuous Integration
15+
16+
* disable husky hooks during semantic-release commit ([fcce769](https://github.com/pydantic/ai-chat-ui/commit/fcce76916c6bf256c05fc3f04fc53388bf4b4b84))
17+
18+
19+
### Features
20+
21+
* collapse consecutive same-tool calls into a counted group ([#30](https://github.com/pydantic/ai-chat-ui/issues/30), [#36](https://github.com/pydantic/ai-chat-ui/issues/36)) ([450a72b](https://github.com/pydantic/ai-chat-ui/commit/450a72ba6c290f9b56a25ab78d69ccaf8b690580))
22+
* editable user messages with conversation forking ([#22](https://github.com/pydantic/ai-chat-ui/issues/22)) ([376f24c](https://github.com/pydantic/ai-chat-ui/commit/376f24c08cca7af1d980f7c2d7602cf2956f4db4))
23+
* readable run_code tool input/output ([#26](https://github.com/pydantic/ai-chat-ui/issues/26)) ([9c65dd2](https://github.com/pydantic/ai-chat-ui/commit/9c65dd2189c1710752015eed73427a89d18af233))
24+
* reasoning-effort dropdown in the chat toolbar ([#28](https://github.com/pydantic/ai-chat-ui/issues/28)) ([efe2b9e](https://github.com/pydantic/ai-chat-ui/commit/efe2b9e073d35d4d441d3ccd5f4116227b713f24))
25+
* tool approval UI for AI SDK v6 ([#23](https://github.com/pydantic/ai-chat-ui/issues/23)) ([150aaca](https://github.com/pydantic/ai-chat-ui/commit/150aaca258b2fd58ace6d11a0dd89920a7caf482)), closes [#21](https://github.com/pydantic/ai-chat-ui/issues/21) [#16](https://github.com/pydantic/ai-chat-ui/issues/16)
26+
* tool-call filters -- hide noisy tools by name or glob ([#34](https://github.com/pydantic/ai-chat-ui/issues/34)) ([c3194c3](https://github.com/pydantic/ai-chat-ui/commit/c3194c3e22e14a2ec8e7ee89d07bb43a7dc72f96))
27+
* upgrade Vercel AI SDK v5 to v6 ([#21](https://github.com/pydantic/ai-chat-ui/issues/21)) ([d0e641a](https://github.com/pydantic/ai-chat-ui/commit/d0e641a1404259e42aa5a371dded116d55b1c00f))
28+
29+
30+
### BREAKING CHANGES
31+
32+
* The chat UI now targets Vercel AI SDK v7 and is no longer wire-compatible with a v5/v6 server.
33+
* The chat UI now targets Vercel AI SDK v6 and is no longer wire-compatible with a v5 server. Cut as 2.0.0.
34+
135
# [1.2.0](https://github.com/pydantic/ai-chat-ui/compare/v1.1.0...v1.2.0) (2026-04-07)
236

337
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"access": "public",
1111
"provenance": true
1212
},
13-
"version": "1.2.0",
13+
"version": "2.0.0",
1414
"type": "module",
1515
"scripts": {
1616
"prepare": "husky",

0 commit comments

Comments
 (0)