What problem does it solve? Offloading feature builds, refactors, 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, including git-repo bootstrapping for temporary work. - Background and 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 into 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 each with --sandbox workspace-write, then push branches and open PRs with gh once the agents finish. ## Quick Start Ask the agent to run Codex in one-shot mode on your repository, for example by requesting it to execute a task like adding a dark mode toggle to the settings page inside your project directory.