feat(dashboard): filter provider comparison differences#1733
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
bcd84fc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://74918286.agentv.pages.dev |
| Branch Preview URL: | https://av-9ywp1-differing-filter.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
Dashboard reviewers can now switch provider/model comparison from All rows to Differing rows, so matching test cases no longer clutter model selection. The filter stays local to Analytics and derives from the existing
/api/comparerun data, comparing answer/output text, pass/fail, score, execution status, and error state without changing run artifacts. When every compared provider/model row matches, the panel shows an all-matching empty state instead of an empty table.Validation
bun test apps/dashboard/src/components/AnalyticsTab.test.tsxbunx biome check apps/dashboard/src/components/AnalyticsTab.tsx apps/dashboard/src/components/AnalyticsTab.test.tsxbun --filter @agentv/core build && bun --filter @agentv/dashboard buildagent-browseragainst temporary run bundles served throughbun apps/cli/src/cli.ts dashboard --dir ... --single, covering All mode, Differing mode, and the all-matching empty state.Evidence
Private evidence: EntityProcess/agentv-private
evidence/av-9ywp1-differing-filterat6073050.Related