Skip to content

chat@4.20.1

Choose a tag to compare

@github-actions github-actions released this 12 Mar 17:09
· 241 commits to main since this release
f7cc3fa

Patch Changes

  • e206371: new toAiMessages API for history-to-AI-SDK transformation. And introduces LinkPreview object on Message
  • 8d88b8c: Fix GitHub adapter streaming: accumulate text and post once instead of using the fallbackStream post+edit loop, which caused 422 errors from empty body edits during TTFT. Also log fallbackStream edit failures via the Logger instead of silently swallowing them.