What problem does it solve? Delegating 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 a PTY or running outside a git repo cause silent failures. ## Core Features & Use Cases - One-Shot Task Execution: Run codex exec with sandboxed workspace-write mode to build features or fix bugs non-interactively. - Background Long-Running Tasks: Launch Codex in background sessions and monitor, feed input, or kill them via process controls. - Parallel Workflows: Use git worktrees to fix multiple issues or review multiple PRs concurrently, then push branches and open PRs with gh. - Use Case: Point it at two open issues, spin up two worktrees, let Codex fix both in parallel, then push the branches and create pull requests automatically. ## Quick Start Ask the agent to run Codex in one-shot mode inside your git repository, for example to add a dark mode toggle to the settings page.