Real-time TUI diff viewer for AI coding agents.
Watch what your AI agent is changing, in real-time, right next to your terminal.
brew install Astro-Han/tap/diffpaneOr with Go:
go install github.com/Astro-Han/diffpane@latestPre-built binaries are also available on the Releases page.
cd your-project
diffpaneSplit your terminal. Left: run your AI agent. Right: diffpane shows what changed.
diffpane records your current git HEAD when it starts (the "baseline"). It watches for file changes and shows you a live unified diff of everything that changed since the baseline. The baseline stays fixed so you see cumulative session changes. Press r to manually reset it to the current HEAD.
| Key | Action |
|---|---|
↑/↓ |
Scroll diff |
←/→ |
Next/prev file |
f |
Toggle follow mode |
Tab |
File list |
q |
Quit |
- macOS (darwin/amd64 or darwin/arm64)
- Git
MIT