Commit bfe4574
committed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
1 | 35 | | |
2 | 36 | | |
3 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments