Vercel CLI gains deploy hooks and connex integration management.
The Vercel CLI now supports vercel deploy-hooks for creating, listing, and removing deployment webhooks, and adds vercel connex create for managing integrations. The vercel metrics command graduated from beta, simplifying metric selection and output. Python runtime fixed non-web service route handling, and Rust runtime now supports entry points without file extensions in the dev server.
Next.js canary refines build configuration and toolchain.
The v16.2.1-canary build allows overriding outputHashSalt in modifyConfig hooks, giving developers finer control over build artifact naming. Turbopack switched back to lld linker on ARM64 glibc Linux and optimized cache behavior for transform plugins.
Turborepo maintains Vercel auth compatibility.
A canary patch preserved legacy Vercel authentication flows, ensuring existing deployments continue working.
AI SDK refactored tool execution across 45+ provider integrations.
The core ai package (v7.0.0-beta.100) changed how tools are passed to executeTool, shifting from a context-based approach to a parameter-based one. This cascaded across all provider integrations—OpenAI, Anthropic, Google, Mistral, Groq, Cohere, and 30+ others—all updated in lock-step. Framework packages (@ai-sdk/react, @ai-sdk/svelte, @ai-sdk/vue) and specialized modules (@ai-sdk/rsc, @ai-sdk/mcp, @ai-sdk/workflow) followed. The change simplifies internal APIs; no breaking changes to public surfaces are evident yet, but the scale of this refactor signals internal consolidation ahead of a 7.0 stable release.