I run 5+ AI coding agents (Claude Code, Codex, Aider) in parallel across different worktrees. The biggest pain point: agents silently hang waiting for [Y/n] permission in a tab I forgot about.
Termoil is a TUI that shows all your agent terminals in a grid and blinks red when one needs attention.
- Spawn up to 9 shell panes, run any agent in each
- Full terminal emulation (colors, mouse, cursor) via vt100
- Regex watchdog detects permission prompts near the cursor position
- Arrow keys to navigate, Enter to zoom, Ctrl+Space to exit
- Single 3MB Rust binary, no dependencies
brew install fantom845/tap/termoil
cargo install termoil