Review-for-agent: A local, PR-style UI for reviewing AI agent code changes(github.com)
github.com
Review-for-agent: A local, PR-style UI for reviewing AI agent code changes
https://github.com/Waraq-Labs/review-for-agent
3 comments
[deleted]
This is exactly the missing piece. I've been copying code back and forth between terminal and editor, mentally tracking which lines need changing. The diff-as-conversation model makes so much more sense. Will give this a shot with my workflow.
But I like using Amp Code more. So I built review-for-agent: a local web UI that shows your uncommitted changes as a diff, lets you leave inline comments, and exports a structured Markdown file you can paste straight back into your agent's chat.
It's a single Go binary that runs locally and works with any agent.