Coding agent can create huge code diffs. Someone still has to read it. seendiff is a local diff tool for large changes. Track what you've seen, review in chunks, and pull the coding agent in to explain its own work.
1. Go through the painful review process, or 2. Go YOLO mode and commit without reviews.
If you care about maintenance of your codebase you will want to go through the pains review your code.
Most code diff tools today were built for the past world - but AI scale of code is different.
So I built seendiff - to scratch my own itch. It: 1. Automatically keeps track of what code you've seen in a diff 2. Keeps track of manually reviewed code blocks. 3. Integrates a code walkthrough that lets your AI walk you through the code 4. Other nifty features that matter - local global search, minimap etc.
ACME.BOT
Hey Product Hunt π
AI code is difficult to review.
So you have two options:
1. Go through the painful review process, or
2. Go YOLO mode and commit without reviews.
If you care about maintenance of your codebase you will want to go through the pains review your code.
Most code diff tools today were built for the past world - but AI scale of code is different.
So I built seendiff - to scratch my own itch. It:
1. Automatically keeps track of what code you've seen in a diff
2. Keeps track of manually reviewed code blocks.
3. Integrates a code walkthrough that lets your AI walk you through the code
4. Other nifty features that matter - local global search, minimap etc.
Im putting it up at https://seendiff.com in case its useful to someone else.
Free. Open source.
What does your agentic code review process look like?