What problem does it solve? It removes the need to manually write, refactor, and review code by delegating those tasks to OpenAI's Codex autonomous coding agent from within the Nyxora terminal. ## Core Features & Use Cases - One-Shot Task Execution: Run single coding prompts with codex exec that complete and exit cleanly. - Background Long-Running Tasks: Launch refactors or feature builds in the background and monitor progress with process polling and logging. - Parallel Workflows: Use git worktrees to fix multiple issues or review multiple PRs concurrently. - Use Case: You have two open bug issues. Create two git worktrees, launch a Codex process in each with the issue description, monitor both, then push branches and open pull requests automatically. ## Quick Start Ask the agent to run Codex in your project directory to add a dark mode toggle to the settings page.