vercel@56.5.0
📦 vercel-cliView on GitHub →
✨ 2 features🐛 2 fixes🔧 8 symbols
Summary
This release introduces new commands for managing AI Gateway budgets and a project-aware inbox for Vercel Toolbar comments. It also includes improvements to environment variable handling and CLI startup performance.
✨ New Features
- Add `vercel ai-gateway budgets` set/list/remove commands.
- Add `vercel comments` — a project-aware inbox for Vercel Toolbar comments. This feature allows listing unresolved comments for the linked project (focused on the current Git branch), inspecting full threads, replying, resolving/reopening (optionally with a closing reply via `-m`), and editing/deleting messages. Supports `--format json` with a stable envelope for scripting and agents.
🐛 Bug Fixes
- Recover from sensitive Environment Variable step-up challenges in every command that fetches Environment Variables (`vercel dev`, `vercel pull`, `vercel env run`, `vercel build`, `vercel link`, OIDC token refresh), not just `vercel env pull`. The device-code re-authentication flow now lives at the shared env-records layer, so any `challenge_required` response triggers it when running interactively.
- Precompile `vercel.json` validation to improve CLI startup performance.