fix(dashboard): clarify repeat attempt rows - #1636
Merged
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
96033c4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b8e96f49.agentv.pages.dev |
| Branch Preview URL: | https://dashboard-repeat-ui-polish.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
Repeat-run results now read as one logical test case first, with aggregate reliability metrics visible in the collapsed row and individual attempts clearly nested underneath when expanded.
The table defaults repeat groups to the aggregate view, labels the parent as an aggregate case, and shows attempt success, mean score, attempts passed, execution-error attempts, and assertion coverage without flattening attempts into peer test cases. Expanded rows now use Attempt N labels, parent-case context, and sample artifact paths so per-attempt score, duration, cost, token, and error values stay readable but visually subordinate. The detail panel uses the same aggregate-first vocabulary and exposes execution-error counts in the aggregate metrics.
Validation
bunx biome check apps/dashboard/src/components/ResultTable.tsx apps/dashboard/src/components/EvalDetail.tsx apps/dashboard/src/components/ResultTable.test.tsx apps/dashboard/src/lib/result-table.ts apps/dashboard/src/lib/result-table.test.ts apps/dashboard/src/lib/types.tsbun test ./apps/dashboard/src/lib/result-table.test.ts ./apps/dashboard/src/components/ResultTable.test.tsxbun --filter @agentv/dashboard testbun --filter @agentv/dashboard buildagentv dashboard --dir . --single --port 3127.Evidence
Private evidence branch:
EntityProcess/agentv-private:evidence/dashboard-repeat-ui-polishat507c77f.desktop-expanded-detail.png: expanded attempts with aggregate detail panel on desktop.mobile-expanded-detail.png: 390px viewport with expanded attempts and aggregate detail.Related
Related: Bead
av-i0l.4.