Files
multica/packages/views/issues
Jiayuan Zhang 581693ad12 fix(views): redesign Sessions page and open transcript on click
Sessions page:
- Show issue identifier + title per row (joined from issue cache)
- Table-style layout with columns: Agent, Session info, Status, Duration
- Active tasks highlighted with accent background + pulse dot
- Sorted: active first, then by creation time
- Duration shows elapsed time for active, total time for completed
- Removed Active/Recent section headers in favor of inline indicators

Click behavior:
- Clicking a session opens the AgentTranscriptDialog with full transcript
- Loads task messages on demand via api.listTaskMessages
- Live sessions stream new messages via WS task:message events

Also export AgentTranscriptDialog from issues/components index.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 13:02:46 +08:00
..