Vercel has released a plugin for GitHub Copilot that brings Vercel platform knowledge directly into VS Code and the GitHub Copilot CLI.

The plugin covers Next.js, AI SDK, Vercel Functions, and keeps Copilot aligned with current Vercel APIs and recommended patterns. Install it in VS Code by searching '@agentPlugins vercel' in the Extensions panel, or in the CLI by running 'npx plugins add vercel/vercel-plugin'.

The full documentation details which skills are available and how the plugin stays current with API changes, which is the part worth reading if you want to understand the scope of what Copilot can now do inside a Vercel project.

[READ ORIGINAL →]