29 stories · 7d·6 sources covering·30 active storylines
Updated Tue, 14 Jul 2026 CEST·29 new storylines this week·live
What this is
The Vercel AI SDK is an open-source TypeScript toolkit for building AI apps and agents. shipfeed tracks AI SDK releases, new providers, and streaming and tool-calling features.
introduces , a single API for running established agent harnesses, including Claude Code, Codex, and Pi. AI SDK has always let you switch models without rewriting your agent. Now you can switch the harness the same…
Patch Changes bae5e2b: fix(security): re-validate tool approvals from client message history before execution The approval-replay path in `generateText`/`streamText` (and `WorkflowAgent.stream`) reconstructed approved…
With over 20 million monthly downloads and adoption by teams ranging from startups to Fortune 500 companies, the is the leading TypeScript toolkit for building AI applications. It provides a unified API, allowing you…
now supports .Vercel AI Gatewayrouting rules Routing rules are firewall-style rules that control which models your team can use, applied at the gateway level instead of in your application code. When a model goes down…
gives projects a curated observability view for every agent session in the Vercel dashboard, with no OpenTelemetry setup required.Agent Runseve The Agent Runs tab surfaces the trigger, duration, and token usage for…
Major Changes f7d4f01: feat(provider): add support for `reasoning-file` type for files that are part of reasoning 776b617: feat(provider): adding new 'custom' content type ef992f8: Remove CommonJS exports from all…
Nimbus builds production AI systems — internal tools, customer agents, retrieval pipelines — combining humans and AI end-to-end. From scoped pilot to production in 4–8 weeks.
Patch Changes ce769dd: feat(provider): add experimental Realtime API support for voice conversations Adds first-class support for realtime (speech-to-speech) APIs: `Experimental_RealtimeModelV4` spec in…
Chat SDK now supports Twilio, extending its single-codebase approach to Slack, Discord, GitHub, Teams, Telegram, and WhatsApp with the new .Twilio adapter Teams can build SMS and MMS bots that handle direct messages…
Qwen 3.7 Plus from Alibaba is now available on .Vercel AI Gateway The model unifies vision and language into a single agent foundation, with capabilities spanning GUI and CLI operation, coding and productivity…
Qwen 3.7 Max from Alibaba is now available on . The model is designed as an agent foundation, with capabilities spanning coding, office workflow automation, and long-horizon autonomous execution.Vercel AI Gateway Qwen…
Patch Changes 80e1702: feat(xai): support `'none'` and `'medium'` reasoning effort for `grok-4.3`, and curate the model ID autocomplete list `grok-4.3` accepts `reasoning_effort` of `"none" | "low" | "medium" |…
Patch Changes 725f2ed: feat(mcp): expose server instructions to be accessible through client 7281592: fix(mcp): use negotiated protocol version in transport request headers
Chat SDK now supports X (Twitter), extending its single-codebase approach to Slack, Discord, GitHub, Teams, Telegram, and WhatsApp with the new .X adapter Teams can build bots that reply to public mentions and hold…
You can now inspect subagent activity for eve projects in . Agent Runs The new Subagents tab shows every subagent, organized by which turn started it. Each row shows the prompt, duration, and any failures, all on a…
Patch Changes d20f0dc: Add `vertex.interactions()` for the Gemini Interactions API on Vertex AI. Targets the location-scoped `.../locations/{region}/interactions` resource using the existing Vertex OAuth credentials…
Patch Changes 7859cea: feat(harness): add tool filtering via `activeTools` and `inactiveTools` c857346: feat(harness): add utility functions for certain duplicated layers in harnesses
Patch Changes dc1eb8d: Support Gemini Interactions video output. Parse video output blocks from the Google Interactions API into file parts (buffered and streaming), and surface the per-modality output token breakdown…
Nimbus builds production AI systems — internal tools, customer agents, retrieval pipelines — combining humans and AI end-to-end. From scoped pilot to production in 4–8 weeks.
You can now query Web Analytics datapoints directly through the Vercel CLI. Using the command, you can pull page views, visitors, and custom events for your Vercel projects to analyze traffic, compare trends, and…
Chat SDK now supports Linq with the new .vendor-official adapter Build bots that send and receive texts in both direct messages and group chats, with bidirectional media and native iMessage tapback reaction support…
Chat SDK now supports Kapso with the new .vendor-official adapter Kapso connects your bot to WhatsApp through its hosted platform, handling the WhatsApp Business setup, credentials, and webhooks so you can focus on…
Patch Changes 907e002: fix (workflow): forward provider-executed tool approvals to the provider on resume `WorkflowAgent` stripped every `tool-approval-request` and `tool-approval-response` part from the messages when…
The Workflow SDK 5 beta now supports the standard and APIs across workflow and step boundaries.AbortControllerAbortSignal Create a controller inside a workflow, pass its signal into one or more steps, and cancel…
's native Nitro v3 integration is now in beta. Steps run inside the same bundled runtime as the rest of your app, instead of a separate bundle. Nitro's and other server-side APIs work directly inside functions.Workflow…