Skip to content

feat(dashboard): polish transcript timeline#1527

Merged
christso merged 2 commits into
mainfrom
feat/transcript-entire-style-ui
Jun 26, 2026
Merged

feat(dashboard): polish transcript timeline#1527
christso merged 2 commits into
mainfrom
feat/transcript-entire-style-ui

Conversation

@christso

Copy link
Copy Markdown
Collaborator

Summary

The transcript tab now behaves like a dense review surface instead of a static message dump. Reviewers can scan the normalized JSONL transcript with first and final messages open, middle messages collapsed, tool calls hidden by default, and joined tool results available on demand.

The UI keeps the transcript artifact contract unchanged: it still renders transcript.jsonl, labels it as normalized JSONL, and leaves raw provider evidence to transcript-raw.jsonl/Files rather than overloading the transcript view.

What changed

  • First and final chronological messages expand by default; middle messages can be opened individually.
  • Tool calls are collapsed by default, with global expand/collapse controls.
  • Joined tool_use.result details remain visible when expanded: arguments, result, error, metadata, status, and duration.
  • Transcript actions now distinguish normalized JSONL from raw provider logs.
  • The missing-answer warning no longer occupies the top of the transcript when no answer.md artifact exists.

Validation

  • bun test ./apps/dashboard/src/components/transcript-timeline.test.tsx
  • bunx biome check apps/dashboard/src/components/TranscriptTimeline.tsx apps/dashboard/src/components/transcript-timeline.test.tsx
  • git diff --check
  • bun --filter @agentv/core build
  • bun --filter @agentv/dashboard build
  • Browser UAT with agent-browser against a temporary local .agentv/results fixture rendered through the real Dashboard at http://localhost:3127.

Evidence

Private visual evidence is saved in agentv-private:

https://github.com/EntityProcess/agentv-private/tree/evidence/transcript-ui-parity-2026-06-26/transcript-ui-parity-2026-06-26

Relevant AgentV dashboard screenshots are under agentv-dashboard/, alongside the Entire and Vercel reference captures and audit reports.


Compound Engineering
GPT_5.5

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 82d6096
Status: ✅  Deploy successful!
Preview URL: https://6cd4ded7.agentv.pages.dev
Branch Preview URL: https://feat-transcript-entire-style.agentv.pages.dev

View logs

@christso christso merged commit 0bf9ac8 into main Jun 26, 2026
8 checks passed
@christso christso deleted the feat/transcript-entire-style-ui branch June 26, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant