Vercel AI Updates: August 7, 2026
1. Vercel Introduces Agent Plugins, an Open Standard for Packaging Skills and MCP Servers
Vercel. Vercel released Agent Plugins 1.0.0, a vendor-neutral open standard for packaging Agent Skills and MCP servers into distributable plugins defined by a minimal plugin.json manifest. Developed with representatives from AWS, Anysphere, GitHub, Microsoft, and OpenAI, the format lets authors package a plugin once and run it across compatible clients including ChatGPT, Codex, Cursor, GitHub Copilot, Kiro, and VS Code. The standard aims to make agent extensions portable rather than locked to a single tool. Source
2. Vercel Marketplace Integrations Now Auto-Install Agent Skills
Vercel. Installing a Vercel Marketplace integration through the CLI now automatically pulls in the provider’s associated agent skills from skills.sh. The skills give coding agents the context they need to use the integration, reducing the manual setup previously required to make agents productive with third-party services. Source
3. ANT Group’s Ling 3.0 Tiny Lands on Vercel AI Gateway
Vercel. Vercel added ANT Group’s Ling 3.0 Tiny to AI Gateway, offered free through August 14. The mixture-of-experts model is positioned for responsive agent workloads and ships with native function calling and prompt caching, routable through the gateway’s unified API alongside other supported models. Source
4. Chat SDK Adds Durable Human-Approval Gates for Workflows
Vercel. Vercel’s Chat SDK can now pause a workflow until a human approves or denies an action through an interactive approval card. The suspended state survives deploys and restarts, letting agent workflows insert human-in-the-loop checkpoints for sensitive operations without losing progress. Source