What problem does it solve? Delegating feature development, refactoring, and PR reviews to an autonomous coding agent requires knowing the right CLI flags, sandbox modes, and terminal settings, and mistakes like missing PTY or running outside a git repo cause silent failures. ## Core Features & Use Cases - One-Shot Task Execution: Run codex exec with prompts for features, refactors, and scratch prototypes, with --full-auto or --yolo autonomy levels. - Background & Parallel Workflows: Launch long-running Codex sessions in the background, monitor with process polling, and run parallel issue fixes using git worktrees. - PR Review Automation: Clone repos to temp directories, check out pull requests, and run codex review or batch diff-based reviews across multiple PRs. - Use Case: Assign two open GitHub issues to separate git worktrees, run Codex in --yolo mode on each in the background, then push branches and open PRs with gh once both finish. ## Quick Start Ask the agent to run Codex on your repository, for example: use Codex to add a dark mode toggle to the settings page in my project.