← AI PulseAug 31, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates WorkflowAgent, OpenAI, and Provider Utilities

Vercel has released updates to its AI SDK, including support for signed tool approvals in WorkflowAgent and enhancements to prompt caching and tool validation.

By Illumora Editorial

Source · Aug 31, 2026, 7:23 PM · On Illumora · Aug 31, 2026, 7:28 PM

Media from the primary source — shown here so you can stay on Illumora.

Synthesized from multiple allowlisted primaries on the same event. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →Vercel AI SDK Changelog — Release @ai-sdk/workflow@2.0.16 · vercel/ai
Save

Vercel's AI SDK has received several updates, with @ai-sdk/workflow@2.0.16 introducing support for signed tool approvals within its WorkflowAgent. This change, identified by commit 11109ae, also updates dependencies to ai@7.0.86.

Separately, @ai-sdk/openai@3.0.106 now preserves explicit prompt cache breakpoints on scalar Responses tool results, as noted in commit 85ba0b0. The @ai-sdk/provider-utils@3.0.36 package also received updates, including validation for persisted typed tool calls and improved handling of transient network errors.

Key Points

  • The @ai-sdk/workflow@2.0.16 release adds support for signed tool approvals in WorkflowAgent.
  • This WorkflowAgent update occurred on August 31.
  • The @ai-sdk/openai@3.0.106 release preserves explicit prompt cache breakpoints on scalar Responses tool results.
  • @ai-sdk/provider-utils@3.0.36 validates persisted typed tool calls against current input and output schemas.
  • @ai-sdk/provider-utils@3.0.36 marks transient network errors during successful response body reads as retryable, including AI Gateway responses.
  • @ai-sdk/react@2.0.253 omits assistant messages when only cache points are present.

Context

According to Vercel, the @ai-sdk/provider-utils@3.0.36 update ensures that schema-incompatible inputs or history from unavailable tools remain loadable as dynamic tool parts, rather than exposing unvalidated values under current static tool types. This release also includes updates to @ai-sdk/gateway@2.0.144, @ai-sdk/alibaba@0.0.25, @ai-sdk/openai-compatible@1.0.53, and @ai-sdk/amazon-bedrock@3.0.126.

Why It Matters

These updates from Vercel enhance the reliability and security of AI applications built with the AI SDK by improving tool approval mechanisms, refining prompt caching, and strengthening data validation for tool calls. Developers can expect more robust handling of tool interactions and network resilience.

What To Do

  • Review the @ai-sdk/workflow changelog for details on signed tool approvals.
  • Note the changes in @ai-sdk/openai regarding prompt cache breakpoints.
  • Examine the @ai-sdk/provider-utils updates for improved tool call validation and error handling.
  • Test applications using @ai-sdk/react to observe the behavior of omitted assistant messages with cache points.