ai@7.0.116
Vercel AI SDK release ai@7.0.116 updates package compilation to ES2022 and refines prompt conversion handling for file URLs.
Why this signal matters
Vercel AI SDK version 7.0.116 introduces two key patch changes. Packages are now compiled for the ES2022 runtime target. Additionally, prompt conversion now preserves original opaque URI strings in tagged file URLs and enforces exact matching against supported URL MIME types, preventing unsupported subtypes from being forwarded to downstream providers. Associated dependencies @ai-sdk/provider-utils@5.0.49 and @ai-sdk/gateway@4.0.94 were also updated.
Actionable summary
ai@7.0.116 updates package compilation to the ES2022 runtime target and fixes tagged file URL prompt conversion to preserve original opaque URIs and strictly match supported MIME types.
- Agent usefulness
- 77/100
- Confidence
- 96%
- Canonical data
- JSON + Markdown
What builders should check
- Verify runtime environments support ES2022 targets.
- Test file URL inputs to ensure MIME types match provider-supported formats exactly without relying on subtype fallbacks.