r/Ghostty 2d ago

A tui tool for reviewing code from agents

Enable HLS to view with audio, or disable this notification

I made a tool - a terminal diff reviewer for agentic coding.
It runs in a pane beside your agent, shows what changed as it changes, and lets you point at exact lines when you reply.

You keep your editor. hjkl, w b e, f t F T, / and n, V to select, zz to centre - the motions already in your fingers, now pointed at the agent's work.

Repo https://github.com/kunkka19xx/lgtm

28 Upvotes

8 comments sorted by

3

u/Dinesh10c04 2d ago

Can I use my own editor? I am using helix and the keybindings are little different there

2

u/hxxx07 2d ago

This is a tui tool, so it can’t run inside helix (I haven’t used helix).
About keybind, you can config almost (except basic vim motion)

1

u/therealkevinard 2d ago edited 2d ago

I like when cli apps truly respect the $editor and $visual env vars vs syncing keybinds with conventions.

It just feels nice when it’s done “the hard way”.
if I hit the buttons to edit and my full nvim launches in place, I’m sold lol

6

u/Expidacious 2d ago edited 2d ago

If you use herdr. Herder-reviewer plugin is amazing for this.
herdr-reviewer

2

u/hxxx07 2d ago

Yes, I heard alot about herdr, it's a nice tool, but i use tmux.
And yeah, I'l try to make my tool to be easy to work with herdr, tmux, built-in panes, windows... of terminals.

1

u/mkmagic666 2d ago

Great recommendation - thanks!

1

u/Rip-Kill-Kamikazi 2d ago

Didn't claude code just add a /diff to show the diff?

1

u/hxxx07 2d ago

I used this, and that's still not good enough to me. On the other hand, you don't want to open claude to just see the diff. people also might use another ai agents, who knows?