Mission Control TUI for managing AI agents in tmux sessions. List, peek, watch, kill, and resume headless agent sessions with full scrollback capture.
| Flag | Short | Description | Takes Value |
|---|---|---|---|
--list |
— |
List all tmux sessions | No |
--kill |
— |
Kill a session | Yes |
--peek |
— |
Capture visible pane content | Yes |
--watch |
— |
Capture full pane with scrollback history | Yes |
--projects |
— |
List remote projects | No |
--resume |
— |
Attach to session (interactive) | Yes |
--help |
— |
Show usage | No |
--cmd |
— |
Run arbitrary command (with --new) | Yes |
--env |
— |
Set env var KEY=VALUE (repeatable, with --new) | Yes |
--output-json |
— |
Machine-readable JSON output | No |
--wait |
— |
Block until command finishes (with --cmd) | Yes |
--timeout |
— |
Max session runtime (with --cmd) | Yes |
--model |
-m |
Set AI model for the session | Yes |
--mode |
— |
Set session mode | Yes |
--branch |
— |
Git branch for the project | Yes |
--name |
— |
Custom session name | Yes |
--on-exit |
— |
Action to take when session exits | Yes |