@hgwk/cduo
v2.0.22
Published
Run Claude Code and the OpenAI Codex CLI side by side
Downloads
525
Maintainers
Readme
cduo
Paired AI agent execution for Claude Code and OpenAI Codex in a native split-pane terminal UI.
This npm package installs the platform-specific cduo Rust binary from GitHub Releases.
The package itself is a small installer wrapper; the runtime binary is built and
uploaded by the GitHub Release workflow.
Install
npm install -g @hgwk/cduoUsage
cduo doctor
cduo start claude codexNative UI controls: Ctrl-W switches panes, Ctrl-R manually relays
the current pane, Ctrl-X clears queued relay writes while paused, Ctrl-1
toggles A -> B relay, Ctrl-2 toggles B -> A relay, Ctrl-G shows recent
relay log/status, Ctrl-Z cycles layout preset/maximize mode, Ctrl-P
pauses/resumes relay delivery, Ctrl-L toggles rows/columns, Ctrl-Q quits,
PageUp/PageDown scroll the focused pane, and mouse drag copies text from one
pane via OSC52. Set CDUO_RELAY_PREFIX to prepend a short instruction to
relayed messages. Set CDUO_MAX_RELAY_TURNS to stop automatic relay after N
publishes, or output CDUO_STOP_RELAY from an agent to stop automatic relay.
Full documentation is available in the project repository:
https://github.com/hgwk/cduo
Release Notes
@hgwk/cduo is published from GitHub Actions using npm Trusted Publishing
(OIDC). No long-lived npm token is required for release automation.
