A TUI/CLI tool for monitoring AI coding agents (Claude, Codex, OpenCode) running across tmux sessions.
bun install# CLI mode - single snapshot
bun run cli
# CLI mode - continuous monitoring
bun run cli:watch
# TUI mode - interactive interface
bun run startThe tool detects agents by inspecting the process tree of each tmux pane. When an agent binary (claude, codex, opencode) is found as a child process, the pane is identified as running that agent.
Status is determined by analyzing pane content for agent-specific patterns (spinners, prompts, keywords).
j/k- Navigate between agentsEnter- Focus the selected paneq- Quit
MIT