How-To Guides
Task-oriented guides for using ait monitor
The ait monitor command launches an interactive TUI that shows every pane in the current tmux session, categorized as code agents, TUIs, or other panes, with a live preview of the focused pane and keystroke forwarding. It is the dashboard of the ait tmux-based development environment: from a single window you can watch agents work, jump to any other TUI, and interact with running processes without leaving the monitor.
The recommended way to start monitor is via ait ide:
ait ide
ait ide creates (or attaches to) the tmux session whose name is configured in tmux.default_session and opens a monitor window in one step. Because it always passes an explicit session name, it bypasses the Session Rename Dialog.
To launch the monitor standalone from inside an existing tmux session:
ait monitor
If the current tmux session’s name does not match the configured tmux.default_session and the configured session does not already exist, monitor offers to rename the current session. See How to handle a session-name mismatch for details.
The monitor window has four stacked areas from top to bottom:
The pane list classifies each tmux window in the session:
agent-). These are running code agents invoked via ait codeagent.brainstorm-.Each card in the pane list shows the window name, category badge, an idle indicator (when the pane has been quiet longer than idle_threshold_seconds), and, for agent panes carrying a task ID in the window name, the task number.
The preview zone shows the content of the focused pane in real time. When you focus it, every keystroke you type is forwarded directly to the underlying tmux pane, so you can interactively control whatever is running there — answer an agent’s question, run a shell command, scroll a log — without switching tmux windows.
All navigation is keyboard-driven. Monitor uses a zone model: focus lives in either the pane list zone or the preview zone, and Tab cycles between them.
Enter keystroke to the focused tmux pane (useful to unblock an agent waiting for input without switching away)Enter keystroke to the focused tmux pane, same as abovePress j from any zone to open the TUI switcher overlay. The overlay lists the TUIs that are integrated with the tmux workflow (board, monitor, minimonitor, codebrowser, settings, brainstorm). Select one and monitor either focuses the existing tmux window running that TUI or creates a new window and launches it. This is the fastest way to move between the ait dashboard and any other TUI without leaving tmux.
For the complete list of keybindings and configuration options, see the Reference.
Next: How-To Guides · Reference
Task-oriented guides for using ait monitor
Keyboard shortcuts, configuration, and technical details for ait monitor