AgentReview for VS CodeCode review for AI-generated changes. Anchor review threads to specific lines, track resolution, and let agents fix issues automatically. Initialize a review session from the command palette (
Select code and add review comments — threads anchor to the exact lines you selected.
Escalate issues to must-fix by clicking the severity badge in the comment.
Track all open threads in the Activity Bar panel, grouped by status.
Let Claude fix everything — type
Quick Start
Adding ThreadsSelect code in the editor, then:
Threads appear as inline comments in the editor, just like PR review comments. Each thread is anchored to the exact code region you selected. You can also create a thread by typing a comment on any uncommented line — this creates a Thread SeverityThreads have two severity levels:
Toggle severity using the icons in the thread header:
Thread LifecycleEach thread has a status:
Use the inline icons on each thread to resolve, reopen, or reply. Activity BarThe Agent Review panel in the activity bar shows all threads grouped by status. Click any thread to jump to its location in the editor. Each status group shows a count. Resolvable groups have a Resolve All button to bulk-resolve threads in that category. Status BarThe status bar shows a live summary: Bulk ActionsRun ARV: Bulk Resolve Threads (
Working with AgentsAgents with file access (Claude Code, Cursor, etc.)Agents can read Sandboxed agentsRun ARV: Export for Agent to generate a JSON bundle containing the session, threads, and diff. Feed this to your agent. Applying patchesAfter an agent produces changes, run ARV: Apply Patch. Threads automatically re-anchor to their new locations and update status:
Claude Code IntegrationIf you have Claude Code installed, the extension automatically installs the
You can also install the skill manually from the command palette: ARV: Install Claude Code Skill. Gutter DecorationsAnchored lines show gutter icons colored by status. Hover over a decorated line to see the thread ID, severity, status, and first message, with a link to open the full thread. Multi-Repo SupportOpen a folder containing multiple git repos — the extension auto-discovers all Commands
How It WorksAll state lives in Anchor relocation uses exact text matching first, then fuzzy matching (longest common subsequence, 60% similarity threshold). LicenseMIT |




