$ pip install agentreview
$ agentreview | pbcopy
This is the fast path. Generate a payload from the CLI, paste it here, add inline comments, and export the feedback back to your agent.
Paste a Payload
The payload stays in your browser session. Paste it and go.
Paste the payload and jump straight into the interactive review UI.
Press Enter or click the button to start.
1. Install the CLI
pip install agentreviewInstall once, then use it from any git or sl repository you want to review.
2. Generate a payload
agentreview | pbcopyCopy a review payload straight to your clipboard so it is ready to paste here.
3. Review and send it back
Export comments back to your agentPaste the payload, leave inline review comments, then export a clean handoff back to the agent.
How It Works
The loop stays tight: create a payload from the CLI, review inline in the browser, then export focused comments back to your coding agent.
$ pip install agentreview
$ agentreview | pbcopy
Exported comment
Lines 49-50 (new)
Handle range selection consistently and preserve the whole selection when exporting the feedback.
Agent Handoff
Apply the requested changes and return an updated patch.