Skip to content

docs: render the demo from a fixed neutral path - #124

Merged
jothimani-rajendran merged 1 commit into
mainfrom
docs/demo-gif-neutral-home
Sep 9, 2026
Merged

docs: render the demo from a fixed neutral path#124
jothimani-rajendran merged 1 commit into
mainfrom
docs/demo-gif-neutral-home

Conversation

@jothimani-rajendran

@jothimani-rajendran jothimani-rajendran commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

What

Follow-up to #123. The hero GIF still showed a scratch HOME for the two agents whose config lives under HOME (wired junie -> …/.junie/config.json, wired kimi_code -> …/.kimi-code/config.toml), because install prints the resolved absolute path whatever HOME is set to. #123's fix round investigated this and left it, judging a code change out of scope for a docs PR.

No code change is needed: the tape's hidden setup now runs from /work/demo with HOME=/work/user, real directories that carry no detail of the machine that rendered it, and the GIF is re-rendered. The two rows now read /work/user/.junie/config.json and /work/user/.kimi-code/config.toml; every other line of the recording is unchanged. Same recipe chock and chock-catalog adopted for the same reason.

Checks

  • Last frame inspected: the twelve wired … rows with their real levels; no scratch or home path anywhere in the frames.
  • docs/assets/demo.gif: 182,025 bytes.
  • python -m pytest -q: 1598 passed, 4 skipped. python -m ruff check .: clean.

🤖 Generated with Claude Code

The install output prints the resolved absolute config path for the two agents that
live under HOME, so the previous hidden setup's scratch HOME appeared in the frames
from mid-recording to the end. The tape now runs from /work/demo with HOME=/work/user,
real directories that carry no detail of the machine that rendered it. Re-rendered;
every other line is unchanged.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Signed-off-by: Open Coder AI <250249270+open-coder-ai@users.noreply.github.com>
@jothimani-rajendran
jothimani-rajendran marked this pull request as ready for review September 9, 2026 00:41
@jothimani-rajendran
jothimani-rajendran merged commit f77dd03 into main Sep 9, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant