What problem does it solve? Delegating programming tasks to external CLI coding agents requires managing interactive terminal sessions, monitoring long-running background processes, and coordinating parallel work across git worktrees, which is error-prone when done manually. ## Core Features & Use Cases - Multi-Agent Orchestration: Spawn and control Codex CLI, Claude Code, OpenCode, or Pi Coding Agent through bash with PTY mode for correct interactive terminal behavior. - Background Session Management: Start agents in background mode, then monitor, poll, send input, or kill sessions using process tool actions like log, submit, and send-keys. - Parallel Workflows: Run batch PR reviews or parallel issue fixes by launching one agent per git worktree, then create PRs and clean up worktrees afterward. - Use Case: Assign five open GitHub issues to five parallel Codex sessions, each in its own worktree, monitor their logs, and open pull requests when each fix completes. ## Quick Start Ask the agent to run Codex in background mode with PTY enabled in your project directory to build a feature, then check progress with the process log action.