ai@7.0.108
Vercel AI SDK 7.0.108 patches tool execution rules in streamText, handles cancellation for pending tool-call repairs, and fixes v3 language model file data preservation.
Why this signal matters
Vercel AI SDK patch release ai@7.0.108 resolves several issues around tool execution and language model adapters. Specifically, it prevents direct execution of tools governed by tool callers, ensures streamText does not execute tool calls that violate configured tool choice, stops pending tool-call repairs upon generation cancellation, and preserves file data when adapting v3 language models. The release also updates dependencies including @ai-sdk/gateway@4.0.88.
Actionable summary
ai@7.0.108 introduces bugfixes for tool governance and execution: direct execution of tools governed by tool callers is prevented, streamText avoids executing calls that violate tool choice, pending tool-call repairs halt on cancellation, and file data is preserved when adapting v3 language models.
- Agent usefulness
- 82/100
- Confidence
- 96%
- Canonical data
- JSON + Markdown
What builders should check
- Upgrade ai dependency to 7.0.108 via package manager if relying on tool governance, streamText tool choice constraints, or v3 language model file data adaptation.