Skip to content

CurdX Bridge

Multi-AI split-pane terminal for Claude, Codex, Gemini, and OpenCode.

CurdX Bridge screenshot

What Is CurdX Bridge?

CurdX Bridge turns a single terminal window into a coordinated multi-agent workspace. You stay in Claude as the main conversation pane, then ask for a review, alternative design, or implementation support in plain English. Claude routes the request, waits for the async reply, and brings the answer back into the same conversation.

That means:

  • No manual tab juggling between CLIs
  • No copy-pasting the same context into four tools
  • No guessing which model should handle planning, review, or brainstorming
  • Full visibility because every provider still works in its own pane

Architecture At A Glance

CurdX Bridge sessionOne terminal, one conversation surface, multiple live provider panes.ClaudeMain paneYou type here.Claude orchestrates roles, packages context,sends async requests, and merges responses.CodexScored review, implementation, deeper code reasoningGeminiAlternative designs, naming ideas, option generationOpenCodeAdditional implementation perspective on demandAsync router, session state, role policy, AutoFlow

When It Works Best

CurdX Bridge is most valuable when you want one agent to stay accountable while still using specialists:

  • Feature work where Claude owns the end-to-end implementation and Codex acts as a review gate
  • Refactors where Gemini can generate alternatives without taking over the final decision
  • Complex debugging sessions where you want parallel viewpoints but a single operator interface
  • Long-running tasks where -r session resume matters more than one-shot prompts

Key Features

Natural-language orchestration lets you say things like "have Codex score this plan" or "ask Gemini for three migration options" without leaving the Claude pane.

Role-based collaboration separates planning, inspiration, review, and execution so each provider has a defined job instead of overlapping randomly.

Observable async execution keeps provider panes visible. You can watch work in real time instead of waiting on a hidden background call.

Quality gates enforce scored review loops for plans and code. A weak answer does not silently pass just because a model sounds confident.

Session persistence restores pane state and prior context with curdx -r, which matters for multi-step work that spans hours or days.

Cross-platform support targets macOS, Linux, and Windows through WSL, making the same operator workflow portable.

A Typical Operator Workflow

  1. Launch curdx with the providers you want active.
  2. Explain the task to Claude in the main pane.
  3. Ask Claude to delegate planning, brainstorming, or review as needed.
  4. Watch the side panes while Claude waits for async responses.
  5. Accept the merged result, then continue iterating in the same session.

Power User Tips

  • Start with fewer providers for focused tasks. curdx claude codex is often enough for implementation plus review.
  • Use Gemini intentionally for divergent thinking, not as a final authority on code correctness.
  • Keep Claude accountable. Ask it to explain why it accepted or rejected another provider's suggestion.
  • Use curdx -r for work that spans multiple commits so each provider keeps useful context.
  • If a provider goes noisy or drifts off task, restart only that provider instead of throwing away the whole session.
  • Getting Started for install, first launch, and initial workflows
  • How It Works for architecture, communication, roles, and review rules
  • Configuration for curdx.config, environment variables, and role overrides
  • Commands for direct CLI usage and shell-level examples
  • Skills for planning, execution, and review pipelines
  • Troubleshooting for common failure modes and recovery steps