# AI SDK 7.0.93 - Product: AI SDK (https://whatsnew.fyi/product/ai-sdk) - Vendor: Vercel - Date: 2026-09-04 - Version: 7.0.93 - Original notes: https://github.com/vercel/ai/releases/tag/ai%407.0.93 - Permalink: https://whatsnew.fyi/product/ai-sdk/releases/7.0.93 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Use new message ID when replacing a message in sendMessage - **fixed** — Preserve tool part titles when validating UI messages - **fixed** — Preserve provider metadata when converting failed tool calls - **added** — Support minItems and maxItems in array outputs - **changed** — Formally include already supported onLanguageModelCallStart and onLanguageModelCallEnd in ToolLoopAgentSettings type - **fixed** — Decode text data URLs in Node.js - **fixed** — Reject embedding responses whose count does not match the input values - **fixed** — Preserve image call diagnostics when no image is generated - **fixed** — Support abort signals when the global AbortSignal is not a constructor ###### Patch Changes - df6c009: fix(ai): use new message ID when replacing a message in `sendMessage` - 6ee74a3: fix(ai): preserve tool part titles when validating UI messages - f13d371: fix(ai): preserve provider metadata when converting failed tool calls - d4485fe: feat(ai): support minItems and maxItems in array outputs - 4f201cc: chore(ai): formally include already supported `onLanguageModelCallStart` and `onLanguageModelCallEnd` in `ToolLoopAgentSettings` type - 8cdb2a7: fix(ai): decode text data URLs in Node.js - 0f2281e: fix(ai): reject embedding responses whose count does not match the input values - fc8e8ac: fix(ai): preserve image call diagnostics when no image is generated - ee8391e: fix(ai): support abort signals when the global AbortSignal is not a constructor - Updated dependencies [3cfc1fc] - @ai-sdk/gateway@4.0.75