What problem does it solve?
Codex reduces the time and effort required to implement changes, refactor code, and perform pull-request style reviews by offloading the work to OpenAI's Codex CLI.
Core Features & Use Cases
- One-shot coding via Codex exec: delegate a clearly scoped task (feature, refactor, batch fix) and let Codex complete it in a single run.
- Background mode for long tasks: run Codex interactively in the background (with PTY) and monitor progress until completion.
- PR and issue workflows: support review-like operations and parallelized patch creation using git worktrees for safer, isolated experimentation.
Use case: You need to add a dark mode toggle, refactor an auth module, or review multiple PR diffs—use Codex to generate the changes and drive the workflow in your git repository.
Quick Start
Ask Titan to delegate a coding task to the Codex CLI while running inside your existing git repository using PTY mode.