Inspect each tool call.
Activity Tree shows the steps as they happen. Open Selected Activity Detail to inspect a call's status, submitted parameters, and captured output.
12:03:10 • ✓ read src/session.ts 12:03:12 • ✓ read src/routes.ts 12:03:14 • ✓ hash_edit src/session.ts 12:03:18 • ✓ bash npm test
In Mission Control, click a row to open a separate detail modal. You can also select a row with ↑ / ↓ and press Enter.
Expand Metadata / Params to inspect inputs and result metadata. It starts collapsed; this example shows it expanded.
Esc closes the detail and returns you to the tree.
Inside Mission ControlStatus: SUCCESS
Tool • bash • bash npm test
─
▾ Metadata / Params
{
"metadata": {
"exit_code": 0,
"timed_out": false
},
"params": {
"command": "npm test",
"intent": "Verify session restore"
}
}
─
Sanitized Output:
stdout:
✓ restores saved sessions
✓ rejects expired sessions
2 tests passed
stderr:
These views appear in sequence, not as simultaneous TUI panes. The detail excerpt is shortened for space. Captured output has per-tool limits, with credentials redacted and terminal-control sequences sanitized.
Missing ID? Handle a missing session before we continue.