Skip to content

Releases: pydantic/ai-chat-ui

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 17:25

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.

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 01:21

1.2.0 (2026-04-07)

Features

  • support sub-path deployment for preview URLs (#19) (7782ba4)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 16:40

1.1.0 (2026-02-16)

Features

  • display tool error text in modal dialog (#11) (eeba30c)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jan 08:38

1.0.0 (2026-01-09)

Features