Skip to content

chat@4.21.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 15:09
· 220 commits to main since this release
80a8a34

Minor Changes

  • e45a67f: Add optional disconnect() hook to the Adapter interface, called during chat.shutdown() for resource cleanup

Patch Changes

  • 13ba1c7: Fix fromFullStream() step separator detection for AI SDK v5+: rename step-finish event check to finish-step
  • 95fd8ce: Add missing toJSON() method declarations to Thread and Channel interfaces to match their implementations.