Initial release of revdiff — a lightweight TUI for reviewing git diffs with inline annotations.
Features
- two-pane TUI with file tree and colorized diff viewport
- syntax highlighting via Chroma with configurable themes
- inline annotations on any diff line (added, removed, or context)
- file-level annotations
- hunk navigation to jump between change groups
- horizontal scrolling for long lines
- filter file tree to show only annotated files
- structured annotation output to stdout for AI agent integration
- fully customizable colors via CLI flags, environment variables, or config file
- config file support (~/.config/revdiff/config)
Claude Code Plugin
- bundled plugin for interactive review sessions
- terminal overlay support (tmux, kitty, wezterm)