docs(readme): record the demo GIF inside a real interactive Claude Code session#64
Merged
Merged
Conversation
…de session The demo was a headless `claude -p` run — one prompt in, a text dump out. It read like a CLI and undersold erbina's whole point (an agent drives it). Re-record it inside the actual interactive TUI so you see the product surface: the tool calls, the inspect_recipe plan table, and the streamed, verified answer. Chrome trimming (the TUI shows noise a public asset shouldn't): - The interactive session opens on a welcome box + a plan-promo banner. The tape launches, accepts the folder-trust dialog, submits the prompt, and only reveals the frame once those have scrolled off — landing on the clean plan-table -> bootstrap -> verified payoff. - The footer shows account usage stats; record_demo.sh crops it off. - No account email/login is ever in frame. Also make regeneration reproducible: record_demo.sh now creates the ~/.cache/erbina-demo work dir + erbina.mcp.json itself (was a hardcoded scratchpad path), and the tape's trust-accept is a harmless no-op on already-trusted runs. Post-processing crops the footer, scales down, and speeds the run ~2x to a readable ~16s (624K). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
Re-record
docs/demo.gifinside the interactive Claude Code TUI instead of a headlessclaude -prun.Why
The old demo was headless — one prompt in, a text dump out. It read like a CLI and undersold erbina's core idea (there's no human entry point; an agent drives it). The interactive session shows the real product surface: the tool calls, the
inspect_recipeplan table, and the streamed, verified answer.Chrome trimming
The interactive TUI shows noise a public asset shouldn't:
http --version → 3.2.4, exit 0✅).record_demo.shcrops them off.Reproducibility
record_demo.shnow creates the~/.cache/erbina-demowork dir +erbina.mcp.jsonitself (was a hardcoded per-session scratchpad path), and the tape's trust-accept is a harmless no-op on already-trusted runs — so no global config is touched.🤖 Generated with Claude Code