vercel@54.2.0
📦 vercel-cliView on GitHub →
✨ 5 features🐛 5 fixes🔧 7 symbols
Summary
This release introduces new CLI commands for managing Vercel Connect branding and configuring Vercel Flags splits, alongside improvements to CLI evaluation stability and automatic update capabilities. Several underlying Vercel builder dependencies have also been updated.
Migration Steps
- If relying on dashboard URLs for Vercel Connect registration, note that these URLs now point to the renamed `/connect` route.
✨ New Features
- Added `vercel connect update <id>` subcommand to change connector branding, accepting `--icon`, `--background-color`, and `--accent-color` flags (gated by `FF_CONNEX_ENABLED`).
- Added `--icon`, `--background-color`, and `--accent-color` flags to `vercel connect create` command.
- Builder V2 can now expose `startDevServer`.
- Added opt-in automatic CLI updates via `vercel upgrade --enable-auto` and prompts users to enable them after manual upgrades.
- Added `vercel flags split` command to configure weighted Vercel Flags splits interactively or via CLI arguments.
🐛 Bug Fixes
- Fixed handling of process errors in the `vc dev` server.
- Corrected URLs for `vc connect open` and registration errors to point at the renamed `/connect` dashboard route.
- Fixed startup of the latest-version worker for standalone CLI binaries.
- Restored transcript artifact uploads via chunked result ingestion for CLI eval support.
- Relaxed CLI env/add eval grader to accept equivalent JSON format syntax and shell-variable env names for added variables.