Update demos: forge improvements, nix-shell, re-record all#119
Merged
actionshrimp merged 5 commits intomainfrom Feb 25, 2026
Merged
Update demos: forge improvements, nix-shell, re-record all#119actionshrimp merged 5 commits intomainfrom
actionshrimp merged 5 commits intomainfrom
Conversation
Split the single demo recording into three separate demos: - basics: status view, staging, commit, branch, log, command history - advanced: native diff viewer, 3-way staging, merge conflict resolution - forge: GitHub PR list, detail, diff with review threads Add per-demo Makefile targets (demo-basics, demo-advanced, demo-forge). Update docs/index.html with three asciinema players and record-demo.sh to support recording individual or all demos.
- Fix vim.NIL crash in parse_checks_summary when PR has no CI checks - Reuse existing GitHub demo repo/PR instead of recreating each run - Use git@github.com SSH remote for pre-authed pushes - Add review comment creation to forge demo sequence - Fix diff viewer focus: move from panel to diff buffer before thread nav
Automatically enters nix-shell with asciinema_3, asciinema-agg, and tmux instead of requiring manual installation.
Show basics, advanced diff, and GitHub integration demos separately in the README with brief descriptions. Generate preview GIFs for all 3 demos instead of just basics.
Updated basics, advanced, and forge demo recordings.
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.
Summary
vim.NILcrash inparse_checks_summarywhen PR has no CI checksTest plan
make demo-forgeruns successfully with existing repomake demorecords all 3 demos without errors