Quickstart
This walks through a first review of your own uncommitted changes. It assumes diffle is installed and on your PATH.

-
Make a change, then from that git repository run:
Terminal window diffleWith no argument, diffle compares your working tree against
HEAD(untracked files included) and opens the review in your browser. -
Read the diff. Use the file tree on the left to move between files, or press
j/k. Toggle side-by-side withsand line wrapping from the toolbar. Pressvto mark a file viewed. -
Leave a comment. Hover a line and click the comment bubble, or click a line number. Drag across line numbers (or shift-click a second line) to comment on a range. Type your note and save.
-
Export the feedback. Press
c(or open the review panel) to preview the compiled feedback, then copy it — paste it to any agent, or use the MCP integration to return it automatically.

Review something specific
Section titled “Review something specific”diffle staged # staged changes onlydiffle main # current branch vs maindiffle v1.0..v1.1 # a commit rangediffle browse # the whole codebasediffle browse src/ # scoped to a subtreeSee the CLI reference for every command and flag.
Next steps
Section titled “Next steps”- Reviewing changes — reading modes, viewed state, and re-running.
- Inline comments — ranges, threads, resolve/reopen, and orphaned comments.
- Agent feedback — close the loop with Claude Code or Codex over MCP.