What problem does it solve?
Perform a GitHub-style code review of local git changes by fetching the diff and inline comments from the running diffing server, analyzing every changed file, posting inline review comments, replying to existing human comments, applying requested code changes, and marking comments resolved — all without touching the browser. Port-agnostic: uses the diffing CLI subcommands and diffing url for discovery, so no port is ever hard-coded.
Core Features & Use Cases
- Fetch the current diff and repository state from the diffing server and compute a structured review plan.
- Post inline review comments, reply to human comments, apply requested changes, and resolve discussions without UI interaction.
- Work across multiple files and sessions in a port-agnostic manner using the
diffing CLI and diffing url.
Quick Start
Use the diffing server to fetch the current diff and begin an automated review session via the CLI.