Skip to content

@cloudflare/ai-chat@0.3.1

Choose a tag to compare

@github-actions github-actions released this 31 Mar 15:49
· 65 commits to main since this release
c6ebfe7

Patch Changes

  • #1235 4f79280 Thanks @whoiskatrin! - Strip messageId from continuation start chunks server-side so clients reuse the existing assistant message instead of briefly creating a duplicate.

  • #1232 2713c45 Thanks @whoiskatrin! - Prevent duplicate assistant messages when a new user message is sent while a response is still streaming.

  • #1234 809f4dd Thanks @whoiskatrin! - Fix useAgentChat().stop() so it cancels active server-side tool continuation streams.