What problem does it solve?
Codex Collab enables real-time, tmux-based collaboration between Claude Code and Codex to discuss architecture, perform design reviews, and pair-program with AI, accelerating quality and decision-making.
Core Features & Use Cases
- Real-time, pane-based collaboration that lets Claude Code implement while Codex provides design guidance and code-review input.
- Clear role separation where Codex acts as advisor and Claude Code executes changes.
- Use cases include architectural discussions, design decisions, and hands-on code reviews during development sprints.
Quick Start
Launch a Codex collaboration by splitting the current tmux window and starting Codex in the new pane:
- tmux split-window -h
- tmux send-keys "codex"
- tmux send-keys Enter
- Send your initial question or task to Codex in the Codex pane, for example:
- tmux send-keys -t :.1 "How should we structure the authentication flow for this feature?"
- tmux send-keys -t :.1 Enter