TUI β
The terminal UI (TUI) is the live agent-list board plus chat panes opened into individual agent sessions.

An Executor can chat with an agent directly in the same terminal where the fleet is visible.
| Capability | Result |
|---|---|
| Fleet board | Shows every active ticket in one terminal. |
| Chat pane | Sends text to the selected live agent. |
| Pause and interrupt | Controls work without leaving the board. |
Send a message, watch the agent act on it, and interrupt it without leaving the board.
The agent-list board β
The board shows one prefixed row per ticket with runtime, turn count, backend, pinned model, work state, and pause reason:
| Glyph | Meaning |
|---|---|
| β³ | warming up: pane not yet ready |
| π§ | brainstorming |
| π | planning |
| π¨ | implementing |
| π | reviewing |
| π’ | working: pane open now, no active phase |
| βΈοΈ | agent paused |
| π΄ | agent in error state |
| π | awaiting human review: space or chat to reactivate |
| β« | agent waiting (queued, idle, or label only) |
Rows re-sort live: running agents bubble to the top, so the board always leads with the work that is actually moving.
Keys β
| Key | Action |
|---|---|
β / k | select previous |
β / j | select next |
enter | open the selected agent's conversation pane |
shift+enter / O | open in a new pane |
space | pause / resume the selected agent |
β / β | lower / raise the concurrency cap |
a | attach to the selected agent |
r | toggle remote control for the selected agent |
v | toggle pane layout orientation (horizontal β vertical) |
? | toggle the help overlay |
q | quit the agent list |
Press ? in the board for the on-screen keybind and state-circle help.
Chat panes β
| Chat behavior | What happens |
|---|---|
enter on running agent | Opens its live conversation beside the board. |
| Message during a turn | Queues until the current turn finishes. |
max_vertical_panes | Caps visible chat panes. |
Foreground vs. background β
| Launch | Terminal behavior |
|---|---|
aiur | Starts the foreground board when absent, or attaches to this repository's live session. Detaching an existing session leaves its run healthy. |
aiur --bg --interactive | Background daemon with an attachable TUI; run bare aiur later from the same repository to attach. |
aiur --bg | Headless; Dashboard and CLI remain available for an agent Executor. |
aiur --debug | Records attached panes at log/record/chat.<issue>.ansi. |
Session lookup is per repository, so concurrent runs in different directories attach independently. Attaching to a default headless --bg session reconnects to its tmux lifetime holder, but it cannot add the TUI processes that were intentionally omitted at launch; use --bg --interactive when later TUI attachment is required.
