multica/apps/web/features/issues/components
Jiayuan Zhang d2e4b9753d
feat(issues): add fullscreen agent execution transcript view (#524)
* feat(issues): add fullscreen agent execution transcript view

Adds a new "expand" button (Maximize2 icon) to both the live agent card
and execution history entries. Clicking it opens a fullscreen dialog with:

- A colored timeline progress bar showing execution flow at a glance
  (green = agent text, violet = thinking, blue = tool calls,
   gray = results, red = errors)
- Detailed event list with type labels, summaries, and expandable detail
- Click-to-scroll: clicking a timeline segment scrolls to that event
- Copy-all button for the full transcript

Inspired by Anthropic's Cloud Managed Agents session transcript UI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* feat(issues): add runtime and agent metadata to transcript dialog

Adds metadata chips to the transcript dialog header showing:
- Runtime provider (e.g., "Claude Code", "Codex")
- Runtime environment name + mode (local/cloud)
- Agent description
- Duration, tool count, event count, and creation time

Metadata is fetched on dialog open via existing API endpoints.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 02:58:04 +08:00
..
pickers feat(core): migrate workspace + runtimes to TanStack Query (Phase 3+4) 2026-04-07 17:19:52 +08:00
agent-live-card.tsx feat(issues): add fullscreen agent execution transcript view (#524) 2026-04-09 02:58:04 +08:00
agent-transcript-dialog.tsx feat(issues): add fullscreen agent execution transcript view (#524) 2026-04-09 02:58:04 +08:00
batch-action-toolbar.tsx refactor(issues): migrate all consumers to TanStack Query (Phase 1, Commits 5-10) 2026-04-07 15:46:08 +08:00
board-card.tsx fix(web): DnD local-state overlay, onSettled list invalidation, WS self-event filter 2026-04-08 10:25:35 +08:00
board-column.tsx fix(board): show total count in Done column and infinite scroll (#498) 2026-04-08 16:15:15 +08:00
board-view.tsx fix(board): show total count in Done column and infinite scroll (#501) 2026-04-08 16:33:17 +08:00
comment-card.tsx refactor(issues): use ReadonlyContent for comment readonly display 2026-04-08 13:47:03 +08:00
comment-input.tsx fix(attachment): use UUIDv7 as S3 key and link attachments on issue/comment creation 2026-04-05 07:55:17 +08:00
index.ts refactor(web): unify assignee dropdowns with ActorAvatar and shared AssigneePicker 2026-04-01 15:37:33 +08:00
issue-detail.tsx chore(issues): shrink add sub-issue label and remove jump-to-bottom button (#515) 2026-04-08 19:07:35 +08:00
issue-mention-card.tsx fix(editor): align IssueMentionCard styling and behavior with Tiptap 2026-04-08 13:47:03 +08:00
issues-header.tsx Revert "feat(issues): add structured ticket search" 2026-04-08 15:15:08 +08:00
issues-page.tsx Revert "feat(issues): add structured ticket search" 2026-04-08 15:15:08 +08:00
list-row.tsx refactor(issues): extract hooks from issue-detail, eliminate dual source of truth 2026-03-31 13:09:17 +08:00
list-view.tsx feat(web): add kanban board + list view + filtering to My Issues page 2026-04-01 16:56:22 +08:00
priority-icon.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
reply-input.tsx fix(attachment): use UUIDv7 as S3 key and link attachments on issue/comment creation 2026-04-05 07:55:17 +08:00
status-icon.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00