# Manage Vercel Toolbar comments from the CLI

DevFeed: [Manage Vercel Toolbar comments from the CLI](<https://devfeed.tech/articles/manage-vercel-toolbar-comments-from-the-cli-1009.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/manage-vercel-toolbar-comments-from-the-cli>)

Author: George Karagkiaouris

Published: 2026-08-20T18:03:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Git](<https://devfeed.tech/topics/git.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [cli](<https://devfeed.tech/tags/cli.md>), [git](<https://devfeed.tech/tags/git.md>), [json](<https://devfeed.tech/tags/json.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [update](<https://devfeed.tech/tags/update.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

Vercel CLI can now manage Vercel Toolbar comments for a linked project and the current Git branch. The workflow supports listing and filtering unresolved comments, inspecting threads, replying, resolving, reopening, editing, and deleting comments, with JSON output for scripts and agents.

## Source excerpt

You can now use the Vercel CLI to manage 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 Common workflow Start by listing all of the unresolved comments in the current branch: Dig deeper into a specific thread: Reply, resolve, edit: Get started Update to the latest Vercel CLI version and run vercel comments. Or just prompt your coding agent: Learn more in the comments CLI docs. Read more