diffpane: real-time diff viewer for monitoring Goose file changes #8235
Astro-Han
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Built a TUI tool that runs in a split pane next to Goose CLI. It snapshots HEAD when you start it, then watches the repo and auto-scrolls to whatever the agent just changed.
The main thing it solves: you don't have to keep running
git diffto see what happened. Changes show up as they're written, scoped to the current session only.brew install Astro-Han/tap/diffpane # or go install github.com/Astro-Han/diffpane@latesthttps://github.com/Astro-Han/diffpane
Beta Was this translation helpful? Give feedback.
All reactions