Codiff, a local diff review tool
GUI wrapper around git diff with LLM walkthrough, but delta and GitHub already do this.

LSP for diffs inside Markdown solves a specific AI-review pain point no one else targets.
Developers reviewing AI-generated patches or commit notes in Markdown
GitLens · Delta · Sourcegraph
Manipulating diffs, quoting text, removing hunks, jumping to definition to verify was clumsy and cumbersome, and it occurred to me that most of it could be done very well as a language server protocol component, and wouldn't even require knowledge or special support for the language being under review.
So I've built it, and I've been slowly tweaking and improving for few days now.
GUI wrapper around git diff with LLM walkthrough, but delta and GitHub already do this.
Purpose-built diff reviewer for AI-generated code, vim-native, actually ships.
Kernel changelogs finally readable without subsystem expertise or manual diff digging.
GitHub-style code reviews in the terminal with OSC 52 clipboard support for remote SSH sessions.
9MB runtime unifies PDF, JSON, and HTML parsing into one queryable tree.
Commit-by-commit PR replay beats flat diffs for understanding AI agent intent.