# Manage Vercel Toolbar comments from the CLI

> Source: <https://vercel.com/changelog/manage-vercel-toolbar-comments-from-the-cli>
> Published: 2026-08-20 18:03:00+00:00

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).
