What problem does it solve? It removes the need to manually run and supervise the OpenAI Codex CLI by letting you launch, monitor, and manage autonomous coding tasks directly from OpenClicky terminal sessions. ## Core Features & Use Cases - One-Shot Task Execution: Run codex exec commands for features, refactors, and quick builds with automatic exit on completion. - Background Long-Running Tasks: Start Codex in background mode with PTY, then poll logs, submit answers, or kill sessions via the process tool. - PR Reviews and Parallel Issue Fixing: Clone repos into temp directories for safe reviews, and use git worktrees to fix multiple issues in parallel before pushing branches and opening PRs. - Use Case: You have two open bug reports. Create two git worktrees, launch a Codex process in each with --yolo, monitor both with the process tool, then push the branches and create pull requests with gh. ## Quick Start Ask the agent to run Codex in your project to add a dark mode toggle to the settings page, using a PTY terminal session inside your git repository.