ToolsSeptember 9, 2026via Vercel Blog
You can now read and search changelogs from the CLI
Why it matters
Vercel is making its changelog machine-readable and agent-accessible via CLI, enabling coding agents to self-serve on platform changes rather than relying on human awareness. A small but deliberate move in the direction of agent-native tooling.
Key signals
- vercel changelog command added to Vercel CLI v59.6.0+
- Returns latest 5 changelogs with full Markdown; supports keyword search and JSON output
- Designed for agents to discover new features and updates autonomously
- JSON output enables downstream automation and agent integration
- Vercel CLI v59.6.0 or later required
- New command: vercel changelog
- Returns latest five changelogs in Markdown
- Supports keyword search across all changelogs
- JSON output available for scripts and agents
- Designed for coding agents to discover products, find project-relevant updates, and inform recommendations
The hook
Vercel's CLI now lets agents autonomously discover product updates—a small shift toward agent-native developer infrastructure.
You and your agents can now read and search the Vercel changelog feed from your terminal using .vercel changelog
Coding agents can use this command to discover new Vercel products and features, find updates relevant to your project, and read full announcements to inform their recommendations.
retur…