← AI PulseAug 26, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Tool Approval and Anthropic Parallel Tool Use

Vercel's AI SDK, version ai@7.0.82, now allows manual tool approval statuses to include a reason and forwards Anthropic's option for disabling parallel tool use through Amazon Bedrock.

By Illumora Editorial

Source · Aug 26, 2026, 7:36 PM · On Illumora · Aug 26, 2026, 7:48 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-harness@1.0.90 · vercel/ai
Save

The Vercel AI SDK, in its ai@7.0.82 release, has introduced updates related to tool approval processes and the handling of parallel tool use with Anthropic models via Amazon Bedrock. These changes are part of a series of patch updates across various @ai-sdk packages, including @ai-sdk/workflow-harness@1.0.90, @ai-sdk/xai@4.0.47, @ai-sdk/vue@4.0.82, and @ai-sdk/valibot@3.0.32.

Key Points

  • The ai@7.0.82 release allows manual tool approval statuses to include a reason.
  • This reason is preserved across core, model, and UI approval requests.
  • OPA requires-approval decisions now surface their reason to human approvers.
  • UI request chunks serialize the optional reason.
  • UI messages retain the reason as approval.requestReason separately from an approver's response reason.
  • The SDK forwards the Anthropic option for disabling parallel tool use through Amazon Bedrock.
  • This forwarding occurs without sending conflicting tool choice fields.

Context

According to the Vercel AI SDK changelog, these updates aim to enhance the clarity and functionality of tool interactions within the SDK. The ability to include and preserve reasons for manual tool approvals provides more context for human approvers and improves the auditability of decisions. The specific handling of Anthropic's parallel tool use option through Amazon Bedrock addresses potential conflicts and ensures proper functionality for developers utilizing these models.

Why It Matters

These updates provide developers with more granular control and transparency over tool usage and approval workflows within applications built with the Vercel AI SDK. The improved handling of Anthropic's parallel tool use option through Amazon Bedrock can simplify integration for developers using those specific models and platforms, potentially reducing errors and improving model interaction reliability.

What To Do

  • Developers should review the updated documentation for ai@7.0.82 to understand the new tool approval reason fields.
  • Test applications that utilize manual tool approval to ensure reasons are correctly captured and displayed.
  • Note the changes in how Anthropic's parallel tool use option is forwarded when integrating with Amazon Bedrock.
  • Compare current tool integration patterns with the updated SDK behavior to identify any necessary adjustments.