You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ Real-time TUI diff viewer for AI coding agents.
6
6
7
7
## Why
8
8
9
-
AI coding agents change files fast, across multiple directories. Without a dedicated viewer, you're left running `git diff`over and over, or trusting changes you haven't seen.
9
+
AI coding agents like [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Codex CLI](https://github.com/openai/codex), and [OpenCode](https://github.com/opencode-ai/opencode)change files fast, across multiple directories. Without a dedicated viewer, you're juggling `git diff`+ lazygit + delta just to keep up, or trusting changes you haven't seen.
10
10
11
-
diffpane sits next to your agent and shows every change as it happens. Git is the single source of truth. What you see is what git sees.
11
+
diffpane replaces that with one command. It sits next to your agent and auto-follows every change as it happens. Git is the single source of truth. What you see is what git sees.
0 commit comments