Differential is a terminal-based diff reviewer that uses semantic grouping and AI agents to make code review easier. It separates important changes, groups similar modifications, prioritizes dependencies, and works locally without requiring a forge or remote connection.
Local-review is a minimal webapp for reviewing coding agent branches before pushing. It provides branch-scoped diffs, line-by-line commenting with threading, live updates, and exports feedback as markdown for agent handoff.
livediff is a CLI tool that monitors a Git repository and displays live diffs of file changes in the terminal as they happen, whether from agents, editors, or other tools. It supports Linux, macOS, and Windows, offers compact and colored output modes, and is written in Go.