@sashimikun_void: https://github.com/nkzw-tech/codiff… Cool code diff viewer btw...
Summary
Codiff is a beautiful, local diff viewer for Git repositories with LLM-powered walkthroughs and inline review comments, designed to streamline code review before committing.
View Cached Full Text
Cached at: 05/17/26, 08:23 PM
@steipete https://t.co/VZxzpBPxv8
Cool code diff viewer btw… https://t.co/TCJ4lDdhJN
nkzw-tech/codiff
Source: https://github.com/nkzw-tech/codiff
Codiff
Codiff is a beautiful, minimal, local diff viewer for reviewing staged and unstaged Git changes before committing.
Why Codiff
- Fast Local Reviews: See changes in any Git repository to review code before committing.
- LLM Walkthroughs: Run
codiff -wto ask Codex to give your a review order and more context. - Inline Review Comments: Comment directly on changed lines and copy all review comments as Markdown for follow-ups.
Download
Download the latest Codiff app from GitHub Releases.
After installing the app, run Codiff > Install Terminal Helper to make the codiff command available in your shell.
Command Line
codiff
Run it from any Git repository, or pass a path:
codiff /path/to/repository
Start with an LLM-generated walkthrough order:
codiff -w
Launching Codiff in multiple repositories opens a separate native window for each repository.
Development
vp install
vp build
vpr codiff
For live development:
vpr dev
ELECTRON_RENDERER_URL=http://127.0.0.1:5173 vpr electron
Useful checks:
vp check
vp test
vp build
Similar Articles
Show HN: Codiff, a local diff review tool
Codiff is a minimal, local diff viewer for reviewing staged and unstaged Git changes, with LLM-powered walkthroughs and inline review comments.
@cnakazawa: Codiff 0.1 is out * Fast Local Code Reviews * Optional LLM Walkthroughs * Inline Review Comments This is the best compa…
Codiff 0.1 is a minimal, local diff viewer for Git changes with optional LLM walkthroughs and inline review comments, designed for reviewing code from AI coding agents.
@geekbb: A diff tool that the author boldly calls "the best diff viewer ever". If you often read code changes or review patches, its goal is to make diff results more intuitive and visually appealing. https://github.com/rockorager/comview…
Introduces a terminal diff tool called comview, which the author claims is "the best diff viewer ever". It supports reading unified diff from stdin and renders it beautifully, suitable for code review.
On Rendering Diffs
A blog post announcing CodeView, a virtualization-first React component for efficiently rendering large code diffs, part of the Diffs library released six months ago.
@mitchellh: Hunk is very good. It has completely replaced any other local diff viewer for me. It looks good, its speedy, good keybo…
Hunk is a review-first terminal diff viewer for agent-authored changesets, offering features like multi-file review streams, inline AI annotations, and Git/Jujutsu support.