vercel@50.37.1
📦 vercel-cliView on GitHub →
✨ 3 features🐛 3 fixes
Summary
This patch introduces significant improvements to agent tooling integration, including structured prompting for plugin installation and automatic setup during CLI commands. It also adds archive support to 'deploy continue' and updates many internal dependencies.
✨ New Features
- Agent plugins now receive structured JSON prompts for installation instead of silent auto-approval.
- Added support for the --archive flag to the 'deploy continue' command.
- Agent tooling (for supported platforms like Claude Code, Cursor) is now automatically installed upon 'vercel login', 'vercel link', and 'vercel deploy' if platform directories are detected.
🐛 Bug Fixes
- Agent plugin installation preferences are now persisted to prevent repeat prompts.
- When linking a project, the CLI now prompts to add Vercel best practices to AGENTS.md/CLAUDE.md.
- A non-blocking tip is shown on 'vercel deploy' if the required agent plugin is not installed.