Releases: pydantic/ai-chat-ui
Releases · pydantic/ai-chat-ui
Release list
v2.0.0
2.0.0 (2026-07-06)
Features
- upgrade to Vercel AI SDK v7 (#40) (f0c28f5)
- upgrade Vercel AI SDK v5 to v6 (#21) (d0e641a)
- tool approval UI (#23) (150aaca), closes #21 #16
- editable user messages with conversation forking (#22) (376f24c)
- collapse consecutive same-tool calls into a counted group (#30, #36) (450a72b)
- tool-call filters -- hide noisy tools by name or glob (#34) (c3194c3)
- readable run_code tool input/output (#26) (9c65dd2)
- reasoning-effort dropdown in the chat toolbar (#28) (efe2b9e)
Bug Fixes
- avoid eager rendering for large tool output (#25) (544d3e0)
- memoize CodeBlock highlighting to stop re-highlight-on-render (#35) (6d9bb04)
- propagate conversation id changes to the sidebar (#27) (586598a)
BREAKING CHANGES
- The chat UI now targets Vercel AI SDK v7 and is no longer wire-compatible with a v5/v6 server.