fix(console): redesign run detail around trustworthy outcomes - #3242
Open
AbigailDeng wants to merge 4 commits into
Open
fix(console): redesign run detail around trustworthy outcomes#3242AbigailDeng wants to merge 4 commits into
AbigailDeng wants to merge 4 commits into
Conversation
Contributor
Author
Local verification
|
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.
Problem and solution
The run detail surface exposed runtime event names and raw IDs, treated ended steps as completed successes, and presented zero usage without measurement provenance.
This frontend slice reorganizes run detail into five goal-based surfaces:
Diagnostics, input, request parameters, machine events, state version, and raw run/step IDs remain copyable under collapsed Technical details. Retry/run-again behavior is preserved and remains outside this presentation-focused change.
References #3226
Impacted paths
apps/aevatar-console-web/src/pages/workflow-activity-vnext/activity/RunDetailPage.tsxapps/aevatar-console-web/src/pages/workflow-activity-vnext/activity/runDetailPresentation.tsBackend contract dependencies
The current run detail contract does not provide typed initiator, redacted input summary, usage measurement provenance, cost currency, skipped-step facts, workflow-node display names, or a graph state version. This PR does not infer those facts from IDs, routes, zero values, diagnostic strings, or a separately versioned graph. Those fields remain unavailable/not reported until the backend read model supplies authoritative typed values.
Local verification
pnpm exec jest src/pages/workflow-activity-vnext/activity/RunDetailPage.test.tsx src/pages/workflow-activity-vnext/activity/runDetailPresentation.test.ts --runInBand(18 passed)pnpm exec jest src/locales/catalog.test.ts src/locales/hardcodedCopyAudit.test.ts --runInBand(14 passed)pnpm exec biome check <7 changed files>(passed)bash tools/ci/test_stability_guards.sh(passed)30e74d7b410ae72c4c91432355436679033679c54c10b1702908435b001577deCI remediation (2026-08-07)
be74bab5302b0ec9b5d4b2d6eecb9156dbf829a0.CODEX_ALLOW_FULL_FRONTEND_VALIDATION=1 pnpm --dir apps/aevatar-console-web tsc- passed.pnpm exec jest src/pages/workflow-activity-vnext/activity/RunDetailPage.test.tsx src/pages/workflow-activity-vnext/activity/runDetailPresentation.test.ts --runInBand- 2 suites / 19 tests passed.pnpm exec biome check <7 analyzer-selected changed files>- 7 files passed.bash tools/ci/test_stability_guards.sh- passed.