Review a Git diff while allowing the agent to inspect surrounding repository code with read-only tools.
Complete the repository setup. Review uncommitted changes:
npm install
npm start -- --workspace /path/to/repositoryReview a revision range:
npm start -- --workspace /path/to/repository --base origin/main --head HEADThe host application obtains the diff with git without invoking a shell. The
agent receives the diff in the prompt and can only use Read, Glob, and
Grep to inspect repository context. Diffs larger than 100 KB are rejected.