Dev Useful Stuff
2.06K subscribers
2 photos
362 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​Revdiff - (★ 277 at GitHub) is a TUI for reviewing diffs, files, and documents with inline annotations. Outputs structured annotations to stdout on quit, making it easy to pipe results into AI agents, scripts, or other tools.

Built for a specific use case: reviewing code changes, plans, and documents without leaving a terminal-based AI coding session (e.g., Claude Code). Just enough UI to navigate diffs and files, annotate specific lines, and return the results to the calling process - no more, no less.

Essentially, it looks as a standard diff tool displaying changes. However, its main feature is adding annotations to modified lines. This is similar to GitHub PR comments we leave for fellow reviewers, but in RevDiff your annotations are returned to Claude Code, which can then fix the issue based on the context.

#review #coding #ai
👍1🔥1