Closed
Conversation
|
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. |
There was a problem hiding this comment.
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.mdand embed the generated GIF in the mainREADME.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.
docs/tapes/showcaseSession.ts
Outdated
| } | ||
|
|
||
| render(0); | ||
| const interval = setInterval(() => render(Date.now()), 700); |
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\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