← AI PulseAug 25, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Workflow, Harness, and XAI Components

The Vercel AI SDK has received updates across several components, including new harness adapters, workflow stream normalization, and improved image moderation error reporting.

By Illumora Editorial

Source · Aug 25, 2026, 3:09 AM · On Illumora · Aug 25, 2026, 3:23 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/xai@4.0.44 · vercel/ai
Save

The Vercel AI SDK has released updates for its @ai-sdk/xai, @ai-sdk/harness-cursor, @ai-sdk/harness-fx, and ai packages. These updates introduce new features and address existing functionalities within the SDK.

Key Points

  • The @ai-sdk/harness-cursor@1.0.0 package implements a new Cursor harness adapter.
  • The @ai-sdk/harness-fx@1.0.0 package implements an fx harness adapter.
  • The ai@7.0.79 package preserves active text and reasoning parts when another merged UI message stream finishes a step.
  • ai@7.0.79 also aligns workflow stream normalization with explicit part end chunks.
  • The ai@7.0.79 package adds batch completion webhooks, with experimental_startTextBatch accepting a webhook.
  • The @ai-sdk/xai provider now reports image moderation blocks as content policy errors, as noted in the @ai-sdk/xai@3.0.125 release.
  • The @ai-sdk/workflow@2.0.8 package allows approved generateText, streamText, and WorkflowAgent turns to continue with a model-visible tool error when revalidated tool input is invalid.

Context

According to the Vercel AI SDK changelog, these updates include major changes such as the implementation of new harness adapters for Cursor and fx. Patch changes in the ai package focus on stream management and the introduction of batch completion webhooks. The @ai-sdk/xai update specifically addresses how image moderation blocks are reported, classifying them as content policy errors. The @ai-sdk/workflow update, released on August 24, focuses on tool error handling within text generation and workflow agent interactions.

Why It Matters

These updates enhance the Vercel AI SDK's capabilities for developers, offering more robust error handling for content moderation and tool usage, alongside new options for managing AI-generated text streams and batch processing. The introduction of new harness adapters expands the SDK's integration possibilities.

What To Do

  • Developers should review the updated documentation for @ai-sdk/harness-cursor and @ai-sdk/harness-fx to understand the new harness adapters.
  • Note the changes in ai@7.0.79 regarding workflow stream normalization and the new experimental_startTextBatch webhook functionality.
  • Builders using @ai-sdk/xai should be aware of the improved reporting for image moderation blocks as content policy errors.
  • Test generateText, streamText, and WorkflowAgent interactions with invalid revalidated tool input to observe the new error continuation behavior in @ai-sdk/workflow@2.0.8.

Keep Exploring

/techniques/system-user-separation /techniques/output-schema