Change8

vercel@54.2.0

📦 vercel-functionsView on GitHub →
5 features🐛 6 fixes🔧 7 symbols

Summary

This release introduces new CLI capabilities for managing Vercel Connect branding and configuring Vercel Flags splits. It also includes several bug fixes, improved CLI evaluation testing, and added support for automatic CLI updates.

✨ 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` for setting connector branding.
  • 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 from the CLI, supporting interactive configuration or direct specification of environments, attributes, weights, and fallback variants.

🐛 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 successful variable additions.
  • Simplified the implicit curl eval grader to only require that the agent ran `vercel curl` or `vc curl`.

Affected Symbols