megachangelog
Feature

Manage Vercel Toolbar comments from the CLI

You can now manage Vercel Toolbar comments directly from the command line using the Vercel CLI. The new vercel comments command covers the full triage loop, allowing you to list unresolved comments, inspect threads, reply, resolve, and edit comments from the terminal.

You can now use the to manage comments. covers the full triage loop:Vercel CLIVercel Toolbarvercel comments

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 . Or just prompt your coding agent: vercel comments

Learn more in the .comments CLI docs

Read more

  • 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

  • output for scripts and agents--format json

Common workflow

Get started

clitoolbarcommentsdeveloper-experience

Source: original entry ↗