What problem does it solve? It lets you offload feature building, refactoring, PR reviews, and batch issue fixing to OpenAI's autonomous Codex CLI without leaving your agent workflow, including long-running background jobs and parallel worktree execution. ## Core Features & Use Cases - One-Shot Execution: Run codex exec with sandboxed auto-approval for quick feature builds and refactors inside any git repository. - Background & Parallel Workflows: Launch long tasks in background sessions, monitor with process polling, and fix multiple issues simultaneously using git worktrees. - PR Review Automation: Clone repos to temp directories and run codex review against base branches, including batch reviews of multiple pull requests. - Use Case: You have two open bug issues. Create two git worktrees, launch a Codex process in each with the issue description, monitor progress, then push branches and open PRs automatically. ## Quick Start Ask the agent to run Codex in your project to add a dark mode toggle to the settings page using a sandboxed one-shot execution.