Add context-bridge (session handoff across five agent CLIs) - #271
Open
serdardb wants to merge 1 commit into
Open
Add context-bridge (session handoff across five agent CLIs)#271serdardb wants to merge 1 commit into
serdardb wants to merge 1 commit into
Conversation
Hands a live coding session between agents without losing the thread: each agent keeps its own native session and only the missing context is transferred. Placed next to Claudexor, which solves the same problem from the other direction, and in star order within the section.
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.
Adding context-bridge — a CLI that hands a live coding session from one agent to another without losing the thread. Each agent keeps its own native session; the bridge remembers which sessions belong to the same project and transfers only the context the other agent is missing.
It does not replace or proxy any agent, and needs no API keys — it drives the subscription-authenticated CLIs already installed.
Against the inclusion criteria
bridge, plus/bridge <agent>inside Claude Code and$bridge <agent>inside the othersPlacement
Put in Orchestrators & autonomous loops, directly above
the-perfect-orchestratorto keep the section's star order (⭐ 3).I chose that section because Claudexor is there and solves the same problem from the other direction — it keeps one thread across harnesses by rotating accounts behind a control plane, this keeps one thread by moving the context between each harness's own session. Session managers & parallel runners would also be defensible; happy to move it if you would rather it sat there, since the handoff is sequential rather than side-by-side.
Five agents today — Claude Code, Codex, Grok, Antigravity, OpenCode — in any of the twenty directions.