TUI
cmd/crewship/cmd_tui.go opens a full-screen real-time dashboard built on Bubble Tea. Lightweight wiring file — all model/view code lives under internal/cli/tui. The dashboard shows running missions/runs, pending approvals, and a live journal stream side-by-side.
crewship tui
No flags. Resolves the server URL via the same cli.ResolveServer helper every other command uses (--server, env, then config).
Keys
| Key | Action |
|---|---|
q, Ctrl-C | Quit. |
r | Force refresh. |
Tab | Cycle panel focus. |
See also
crewship watch— narrower: just the live journal stream.crewship inbox— paginated, terminal-native (no full-screen UI).crewship approvals— what the approvals panel surfaces.