what stackpulse tracks
Vercel AI SDK releases from GitHub
StackPulse watches Vercel AI SDK release notes and keeps the original source link close to every summary.
The AI toolkit for TypeScript StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Vercel AI SDK release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release introduces significant changes to the MoonshotAI provider, including ownership of the chat implementation and support for video input. The provider no longer relies on `@ai-sdk/openai-compatible`, and video file parts are now converted to Moonshot's `video_url` content parts for compatible models.
Users of the MoonshotAI provider who rely on audio or PDF file parts or specific reasoning history behavior will be affected.
Update your code to handle client-side errors for audio and PDF file parts and adjust reasoning history mappings as needed.