feat: add static-first history browsing - #979
Open
benvinegar wants to merge 5 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Sep 4, 2026
benvinegar
marked this pull request as ready for review
September 5, 2026 22:41
Contributor
|
Too many files changed for review (53 files, 50 file limit). Bypass the limit by tagging |
benvinegar
force-pushed
the
feat/hunk-log
branch
from
September 5, 2026 22:54
10b3f4e to
11b52df
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Hunk makes individual changesets easy to understand, but finding the commit to review still requires leaving Hunk and assembling a personal
git logworkflow. This adds a static-first history entry point with an explicit interactive path into the existing review UI.Approach
hunk logwith Git-like medium output by default and explicit compact/oneline formatshunk log --interactivewith keyboard search/navigation, mouse selection, clickable commit ids, and return to the retained history positionThe built-in surface owns command dispatch, graph planning, presentation, themes, terminal lifecycle, and review orchestration. Repository semantics—including enumeration, immutable identities, decorations, parent topology, and root/merge review planning—remain in bundled or third-party VCS extensions through the same public API.
Non-goals
This is not a repository dashboard or mutation client. It does not add checkout, staging, branch management, rebase, push, or permanent diff/status panes. A follow-up will explore reusing more of Hunk's desktop chrome in the explicit interactive surface.
Validation
bun run typecheckbun run check:docsbun run deps:checkTested on Linux with Git, Jujutsu, tmux, and a real TTY. Windows behavior is covered by portable paths and tests but was not executed on Windows.
Visual evidence
Manual real-terminal validation was performed, but media has not yet been uploaded. This PR remains draft while visual evidence and any maintainer-requested product discussion are added.
Known limitations / follow-up
This PR description was generated by Pi using GPT-5.6-sol