docs: re-record demo without Bob's leading-space artefact#25
Merged
JohnMcLear merged 1 commit intomainfrom May 3, 2026
Merged
Conversation
The take that landed in PR #24 still showed Bob's "Many of us play..." sentence visibly indented by one column because the steps file typed it with a literal leading space. The cleanup that used to strip it was a property of the ep_ai_chat-specific *mock* LLM, not of the plugin — once the demo switched to a real LLM (gemma3:4b), nothing was removing the space, and the visual implied an asymmetry the plugin isn't actually creating. Fix is upstream of the AI: drop the leading space from Bob's typed string in steps-ep_ai_chat.mjs (Alice's Enter already gives a clean line break, so the defensive space was never necessary). Re-record on top of that. Result: Bob's line now sits flush against the line-number gutter as intended, and the rest of the demo's story is unchanged — gemma3 surgically tightens Alice's sentence ("we would love to play more football at playtime" -> "we'd appreciate more football time at playtime"), the changed words are AI-purple, the surrounding words stay in Alice's colour, Bob's contribution is untouched. GIF 1.1 MB / 9.5 s; PNG 135 KB. Same mpdecimate trim filter chain as PR #24's final commit.
ⓘ You've reached your Qodo monthly free-tier limit. Reviews pause until next month — upgrade your plan to continue now, or link your paid account if you already have one. |
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.
Why
The demo that shipped in #24 still showed Bob's
Many of us play...sentence visibly indented by one column. Spotted in review: the cleanup that used to strip that leading space was a property of the old mock LLM, not of the plugin itself. Once the demo switched to a real LLM (gemma3:4b), nothing was removing the space, and the visual implied an asymmetry the plugin isn't actually creating ("AI is helping Alice but ignoring Bob").Fix
Upstream of the AI: drop the leading space from Bob's typed string in
_demo-gif/steps-ep_ai_chat.mjs. Alice'sEnteralready gives a clean line break, so the defensive space was never necessary. Re-record on top of that.Result
we would love to play more football at playtime→we'd appreciate more football time at playtime), the changed words are AI-purple, the surrounding words stay in Alice's colour, Bob's contribution untouched.Same
mpdecimate=hi=2304:lo=512:frac=0.05,setpts=N/FRAME_RATE/TB,…,tpad=stop_duration=2.5:stop_mode=clonetrim filter as the previous PR's final commit.🤖 Generated with Claude Code