Skip to content

Commit 0798502

Browse files
committed
docs: add agent names and lazygit comparison to README
1 parent 975f958 commit 0798502

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Real-time TUI diff viewer for AI coding agents.
66

77
## Why
88

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.
1010

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.
1212

1313
## Features
1414

0 commit comments

Comments
 (0)