@cnakazawa: Codiff 0.1 is out * Fast Local Code Reviews * Optional LLM Walkthroughs * Inline Review Comments This is the best compa…

X AI KOLs Timeline Tools

Summary

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.

Codiff 0.1 is out * Fast Local Code Reviews * Optional LLM Walkthroughs * Inline Review Comments This is the best companion for reviewing output of coding agents. macOS Release: https://github.com/nkzw-tech/codiff/releases/tag/v0.1.0…
Original Article
View Cached Full Text

Cached at: 05/17/26, 03:36 PM

Codiff 0.1 is out

  • Fast Local Code Reviews
  • Optional LLM Walkthroughs
  • Inline Review Comments

This is the best companion for reviewing output of coding agents.

macOS Release: https://github.com/nkzw-tech/codiff/releases/tag/v0.1.0…


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 -w to 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

Open Code Review – An AI-powered code review CLI tool

Hacker News Top

Alibaba has open-sourced Open Code Review, an AI-powered CLI tool for code review that combines deterministic engineering with LLM agent capabilities. Originally an internal tool serving tens of thousands of developers and identifying millions of defects, it reads Git diffs and produces structured, line-level review comments using a configurable model endpoint.