feat(dashboard): polish transcript timeline#1527
Merged
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
82d6096
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6cd4ded7.agentv.pages.dev |
| Branch Preview URL: | https://feat-transcript-entire-style.agentv.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 totranscript-raw.jsonl/Files rather than overloading the transcript view.What changed
tool_use.resultdetails remain visible when expanded: arguments, result, error, metadata, status, and duration.answer.mdartifact exists.Validation
bun test ./apps/dashboard/src/components/transcript-timeline.test.tsxbunx biome check apps/dashboard/src/components/TranscriptTimeline.tsx apps/dashboard/src/components/transcript-timeline.test.tsxgit diff --checkbun --filter @agentv/core buildbun --filter @agentv/dashboard buildagent-browseragainst a temporary local.agentv/resultsfixture rendered through the real Dashboard athttp://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.