How deep should "peek into a session" go?

When you click a session card on the Kanban board, what do you see?

A

Summary Only

Expandable card showing: status, model, tokens/cost, git branch, last activity, files changed count, current task subject. Quick glance, no scrolling. For the full trace, you'd jump to aimux TUI.

B

Trace Preview Panel

Side panel slides in showing the last ~10 turns of the conversation: user prompts, agent responses (truncated), and tool calls. Live-updating. Enough to understand "what is this agent doing right now?" without leaving the dashboard.

C

Full Trace View

Dedicated page with the complete conversation history, tool call details, diffs, annotations. Basically aimux's trace view in the browser. Rich, but heavier to build and navigate.

D

Embedded Terminal

Actually attach to the tmux session in the browser via xterm.js/ttyd. Full interactive access: you can type commands, respond to permission prompts, see the live terminal output. Most powerful, most complex.