Redline
Code review with Claude Code, inside VS Code. Claude posts its review of a diff as comment threads on the lines. You answer, add threads of your own, and submit. Claude reads every thread, edits the code, and replies in place.
Docs, guide, and demo videos: nikiforovall.blog/redline.

This extension is the VS Code half and does nothing on its own. On first activation it opens a Get started with Redline walkthrough whose first step installs the Claude Code plugin with one button. By hand, from Claude Code:
/plugin marketplace add nikiforovall/redline
/plugin install redline@redline
Then type /redline:redline-tour in Claude Code. It opens its current diff here with a numbered walkthrough and waits for your comments. To review a diff without Claude's notes, run Redline: Compare… in VS Code.
Commands
Every chord starts with Ctrl+Alt+R (Cmd+Alt+R on macOS). Press the leader, release, then the key.
| Command |
Keys |
| Open latest round |
Ctrl+Alt+R O |
| Open a round from history |
Ctrl+Alt+R H |
| Submit review |
Ctrl+Alt+R S |
| Compare… |
Ctrl+Alt+R C |
| Next / previous note |
Ctrl+Alt+] / Ctrl+Alt+[ |
| Send thread to agent |
Ctrl+Alt+R Enter |
| Resolve or reopen thread |
Ctrl+Alt+R R |
Edit and delete your own comments from the comment's title bar.
Settings
redline.avatar: github (default) shows your GitHub login and avatar on comments, none shows the OS user name.
Privacy
Everything stays on your machine. The extension and the plugin talk over 127.0.0.1 with a token from a lock file under ~/.redline/. Rounds live in VS Code workspace storage. There is no telemetry. The one network request fetches your GitHub avatar, and redline.avatar: none stops it.
The guide walks one round end to end. The reference lists every command, setting, and MCP tool. Source is on GitHub.