What problem does it solve?
Codex-first simplifies the workflow by delegating code implementation tasks to Codex CLI, allowing Claude to focus on higher-level tasks such as design, review, and verification.
Core Features & Use Cases
- Code Implementation: Delegate tasks like refactoring, migrations, bug fixes, and CI/CD pipeline management to Codex.
- Task Segmentation: Optimize work by designating certain tasks (like writing specifications and making minor edits) to Claude while larger projects go to Codex.
- Enhanced Collaboration: Improve the collaborative environment by leveraging Codex for hands-on implementation and Claude for strategic decision-making and oversight.
Quick Start
Run a task for implementation on the 'my-project' repository with the Codex CLI:
npx opencandle exec --yolo -C my-project \
-c model_reasoning_effort="high" \
-o /tmp/codex-last.md - <"my-task-description" 2>/dev/null