# AI SDK 7.0.83 - Product: AI SDK (https://whatsnew.fyi/product/ai-sdk) - Vendor: Vercel - Date: 2026-08-26 - Version: 7.0.83 - Original notes: https://github.com/vercel/ai/releases/tag/ai%407.0.83 - Permalink: https://whatsnew.fyi/product/ai-sdk/releases/7.0.83 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'. --- - **changed** — Validate persisted typed tool calls against current input and output schemas, with schema-incompatible inputs loading as dynamic tool parts instead of exposing unvalidated values - **changed** — Allow chats to continue automatically after tool approval denials reach the output-denied state - **added** — Add operation-level outcomes to UI message stream end callbacks - **fixed** — Handle stitchable stream cancellation before an inner stream is registered ###### Patch Changes - 8dd86a9: Validate persisted typed tool calls against current input and output schemas. Schema-incompatible empty or error inputs and terminal history from unavailable tools remain loadable as dynamic tool parts instead of exposing unvalidated values under current static tool types. - fda13b3: Allow chats to continue automatically after tool approval denials reach the `output-denied` state. - 957146c: add operation-level outcomes to UI message stream end callbacks - ce6849a: fix(ai): handle stitchable stream cancellation before an inner stream is registered