← AI PulseAug 6, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Include Fish Audio Provider and ToolLoopAgent Enhancements

Vercel has released updates to its AI SDK, introducing a new Fish Audio provider and enhancements to the ToolLoopAgent and language model instruction handling.

By Illumora Editorial

Source · Aug 6, 2026, 12:58 AM · On Illumora · Aug 6, 2026, 1:08 AM

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@1.0.54 · vercel/ai
Save

Vercel has updated its AI SDK, with releases including @ai-sdk/workflow@1.0.54, @ai-sdk/workflow-harness@1.0.60, @ai-sdk/xai@4.0.29, and @ai-sdk/svelte@5.0.54. These updates introduce a new audio provider and several patch changes to core functionalities.

A significant addition is the Fish Audio provider, which integrates speech and transcription models into the SDK. The core ai@7.0.54 package also received updates to improve how language model instructions are applied and how ToolLoopAgent callbacks function.

Key Points

  • The Fish Audio provider has been added to the AI SDK, offering speech and transcription model capabilities.
  • ToolLoopAgent prepareCall callbacks can now read and override the top-level reasoning option.
  • A defaultInstructionsMiddleware has been introduced for applying default language model instructions while preserving call-level overrides.
  • The SDK now preserves preceding assistant messages when regenerating a response.
  • The @ai-sdk/anthropic@4.0.32 package will reject spliced Anthropic generations but allow duplicate message start events for the active message.

Context

According to the Vercel AI SDK Changelog, these updates are part of ongoing development, with releases managed through a Changesets release GitHub action. This process automatically publishes packages to npm upon merging. The updates span various components of the AI SDK, including framework-specific integrations like @ai-sdk/angular and @ai-sdk/svelte, and provider-specific packages such as @ai-sdk/amazon-bedrock and @ai-sdk/anthropic.

Why It Matters

These updates enhance the flexibility and control developers have when building applications with the Vercel AI SDK. The addition of an audio provider expands the types of applications that can be built, while improvements to instruction handling and ToolLoopAgent callbacks offer more granular control over language model interactions and response generation.

What To Do

  • Developers should review the Vercel AI SDK Changelog for detailed information on the @ai-sdk/workflow@1.0.54, @ai-sdk/workflow-harness@1.0.60, @ai-sdk/xai@4.0.29, and @ai-sdk/svelte@5.0.54 releases.
  • Explore the new Fish Audio provider for integrating speech and transcription functionalities into applications.
  • Note the changes to ToolLoopAgent prepareCall callbacks for potential adjustments to existing agent implementations.
  • Investigate the defaultInstructionsMiddleware for managing language model instructions more effectively.