# AI SDK 7.0.79 - Product: AI SDK (https://whatsnew.fyi/product/ai-sdk) - Vendor: Vercel - Date: 2026-08-25 - Version: 7.0.79 - Original notes: https://github.com/vercel/ai/releases/tag/ai%407.0.79 - Permalink: https://whatsnew.fyi/product/ai-sdk/releases/7.0.79 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** — Preserve active text and reasoning parts when another merged UI message stream finishes a step, and align workflow stream normalization with the explicit part end chunks - **added** — Add batch completion webhooks where experimental_startTextBatch accepts a webhookUrl, and the gateway provider registers it through the batch callbackUrl contract and exports typed async-job metadata - **changed** — Direct Anthropic and OpenAI batch providers return an unsupported warning when the webhookUrl option is provided - **fixed** — Parse structured generateText output when providers omit finishReason but return text ###### Patch Changes - b251584: Preserve active text and reasoning parts when another merged UI message stream finishes a step, and align workflow stream normalization with the explicit part end chunks. - 591d25b: feat: add batch completion webhooks. `experimental_startTextBatch` accepts a `webhookUrl`, and the gateway provider registers it through the batch `callbackUrl` contract and exports typed async-job metadata. Direct Anthropic and OpenAI batch providers return an unsupported warning when the option is provided. - 9de0baf: Parse structured generateText output when providers omit finishReason but return text. - Updated dependencies [591d25b] - @ai-sdk/gateway@4.0.64 - @ai-sdk/provider@4.0.8 - @ai-sdk/provider-utils@5.0.30