Hacker News new | ask | show | jobs
Show HN: PR comments for Claude Code diffs (open-source) (github.com)
3 points by fliellerjulian 245 days ago
When Claude Code makes changes, giving targeted feedback is annoying. You have to switch back to chat and explain "actually, change line 47-65...."

I built a VS Code extension that adds inline comment boxes directly on git diffs. Click a line or select multiple, type what you want changed, hit send -> goes straight to Claude Code's terminal with the exact diff context.

Makes the feedback loop way faster when you need surgical edits instead of re-explaining the whole file.

Its free and open source.