Review RelayReview Relay turns VS Code comments into a live review channel between you and local coding agents. Add comments to code with VS Code's native comment UI. Agents can read them, reply in the same threads, add their own comments, and navigate your editor through a loopback-only API and bundled CLI. For agents running in containers or without local access, copy the review as Markdown instead. Getting started
Comments are shown through VS Code's native Comments UI. Use its resolved-comments filter to focus on threads awaiting the next response; reply, edit, or delete any Review Relay comment there. Connect a coding agentUse Copy Agent Instructions in the Review view and paste the result into your agent chat. The instructions contain the current workspace, connection details, complete interface, and ready-to-run commands. Review Relay includes a dependency-free CLI for macOS, Linux, and Windows. In remote workspaces, the extension and its loopback server run in the workspace host so native comments work in the remote editor. Copied agent instructions pass the workspace-local endpoint explicitly to the CLI. VS Code also provides a forwarded endpoint for tools running on the local UI host. Agents can:
If an agent cannot access the host loopback interface or filesystem, use Copy as Markdown in the Review view. The export includes the complete conversation, including AI replies. Local and safe by default
If saved workspace data is corrupted, Review Relay stops before rendering it and shows the validation error. Reset Project Data removes only Review Relay's opaque state for that workspace and reloads the window. CLI and APIThe copied Agent Instructions are the recommended reference because they include the live executable path and the endpoint appropriate for the CLI environment. The core CLI commands are:
The HTTP API exposes the corresponding Development
Press F5 in VS Code to launch an Extension Development Host. |