Manage Vercel Toolbar comments from the CLI Vercel Inc. released a new Vercel CLI command, `vercel comments`, that lets developers manage Vercel Toolbar comments from the terminal, covering the full triage loop including listing, filtering, inspecting threads, replying, resolving, reopening, editing, and deleting comments, with `--format json` output for scripts and agents. The feature is available by updating to the latest Vercel CLI version and running `vercel comments`. You can now use the Vercel CLI https://vercel.com/docs/cli to manage Vercel Toolbar https://vercel.com/docs/vercel-toolbar comments. vercel comments covers the full triage loop: List and filter unresolved comments for the linked project, scoped to your current Git branch Inspect a full thread with every message and its IDs Reply, resolve, reopen, edit, or delete from the terminal --format json output for scripts and agents Start by listing all of the unresolved comments in the current branch: Dig deeper into a specific thread: Reply, resolve, edit: Update to the latest Vercel CLI version and run vercel comments . Or just prompt your coding agent: Learn more in the comments CLI docs https://vercel.com/docs/cli/comments .