Skip to content

Add README multi-agent demo GIF#118

Closed
murrayju wants to merge 3 commits intomainfrom
ox/add-readme-demo-gif
Closed

Add README multi-agent demo GIF#118
murrayju wants to merge 3 commits intomainfrom
ox/add-readme-demo-gif

Conversation

@murrayju
Copy link
Member

Summary\n- add a README showcase GIF demonstrating three interactive sessions, one for each supported agent\n- add a deterministic VHS tape and demo shim for recording the attach/detach flow\n- document the new tape alongside the existing docs recordings\n\n## Testing\n- ./bun run check

Copilot AI review requested due to automatic review settings March 17, 2026 21:52
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Ox Agent seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new README demo GIF showcasing multi-agent interactive sessions (Claude Code, OpenCode, Codex) using a deterministic VHS tape setup and a lightweight ox shim for attach/detach behavior.

Changes:

  • Add a new VHS tape (multi-agent-sessions.tape) that records starting three interactive sessions and attaching/detaching between them.
  • Add a bash shim (showcase-ox.sh) and a Bun/TS renderer (showcaseSession.ts) to provide deterministic session output for the tape.
  • Document the new tape in docs/tapes/README.md and embed the generated GIF in the main README.md.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/tapes/showcaseSession.ts Renders a fake “attached session” terminal UI used during VHS recording.
docs/tapes/showcase-ox.sh Provides an ox-like CLI shim for starting sessions, listing sessions, and attaching to sessions.
docs/tapes/multi-agent-sessions.tape VHS script to record the multi-session attach/detach flow into a GIF.
docs/tapes/README.md Adds the new tape/GIF entry to the documentation table.
README.md Embeds the generated multi-agent showcase GIF near the top of the README.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

}

render(0);
const interval = setInterval(() => render(Date.now()), 700);
@murrayju murrayju closed this Mar 18, 2026
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.

3 participants