What problem does it solve?
Automates coding tasks, code review, and version control workflows through terminal-based commands, reducing manual effort and enhancing productivity.
Core Features & Use Cases
- Execute coding commands via pseudo-terminal, enabling interaction with CLI tools like Codex, Claude Code, OpenCode, and Pi Coding Agent.
- Manage background sessions for long-running tasks such as building, testing, and code review, with simple commands to monitor, input, and terminate processes.
- Real-world example: Automatically review multiple pull requests across different repositories by spawning multiple coding agents that perform code diff analysis and post comments.
Quick Start
Use the coding agent to run a code review in the current project directory by executing the command: bash pty:true workdir:~/myproject command:"codex review --base main".