Your agent writes the code. You still own the commit. Read every change like a code review, browse the entire working tree, and stage exactly the lines you accept, right in the terminal your agent works in.
curl -fsSL https://stagetui.com/install.sh | shThe lazygit workflow you know, plus what it never had.
Files, hunks, or single lines, with a vim cursor and range select.
Line comments where you're reading. s hands the review to the agent in the next pane.
Browse and read any file in the working tree. Viewer built in.
Fuzzy search, live grep. The whole repo, one keystroke.
Definition, symbols, references, hover. Real LSP in the read view.
lazygit's keys, ported. Every binding remappable.
One command, one self-contained binary, no background daemon. Run it inside any git repository.
$ curl -fsSL https://stagetui.com/install.sh | sh
$ stage # inside any git repository