Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 20:02
· 73 commits to main since this release
798b386

Two improvements straight from live guided-review sessions.

goto steers the view

The walkthrough tool gains an optional view argument: goto {file, line, view: "source"} flips the pane to the full post-change file (line numbers map directly), "diff" flips back, omitted keeps the current view. The whole guided experience — position AND presentation — is now expressible purely through MCP, no local side channels. Safety: a pushed view switch clears a live v selection (its anchor indexes the old view's rows), and a source request for a deleted/binary/unreadable file is ignored, keeping the useful diff on screen.

? help overlay, footer that fits

Press ? anywhere (except mid-typing) for a centered, scrollable key reference grouped by section, with your current context highlighted and source-view caveats noted. While it's open, q/Esc close the overlay — never the review. The footer shrinks to what matters: path:line · a approve · r request changes · q cancel · ? help, ending the right-edge hint overflow.

102 tests. Wire-compatible with 0.6.0 (protocol v2 unchanged). Install/update: herdr plugin install JonasBaeumer/herdr-file-annotator

Full Changelog: v0.6.0...v0.6.1