Skip to content

ref(traces): Remove stats header and hide empty Transcript tabs in AI trace view#119108

Draft
obostjancic wants to merge 1 commit into
masterfrom
ref/remove-transcript-summary-stats
Draft

ref(traces): Remove stats header and hide empty Transcript tabs in AI trace view#119108
obostjancic wants to merge 1 commit into
masterfrom
ref/remove-transcript-summary-stats

Conversation

@obostjancic

@obostjancic obostjancic commented Jul 7, 2026

Copy link
Copy Markdown
Member

The LLM Calls / Errors / Tokens / Cost stats bar above the conversation tabs in the traces AI view is removed — it duplicated information already shown in the timeline spans.

Transcript tabs are now only rendered for conversations whose spans have actual input/output messages (gen_ai.input.messages / gen_ai.output.messages). Conversations without message content no longer produce a tab, so users never land on an empty "No chat messages" state. The check runs against the trace's AI nodes using extractMessagesFromNodes before building the tab list.

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jul 7, 2026
@obostjancic obostjancic changed the title ref(conversations): Remove summary stats from conversation detail header ref(conversations): Remove summary stats and conditionally show Transcript tab Jul 7, 2026
@obostjancic obostjancic changed the title ref(conversations): Remove summary stats and conditionally show Transcript tab ref(conversations): Strip header stats and hide empty Transcript tab Jul 7, 2026
… trace view

Remove the LLM Calls / Errors / Tokens / Cost stats bar that appeared
above the tabs when viewing a conversation in the traces AI tab.

Only show Transcript tabs for conversations whose spans actually have
input/output messages. Conversations without message content (no
gen_ai.input/output attributes) no longer get a tab, avoiding an
empty "No chat messages" state.

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
@obostjancic obostjancic force-pushed the ref/remove-transcript-summary-stats branch from 50ee453 to ef59184 Compare July 7, 2026 14:03
@obostjancic obostjancic changed the title ref(conversations): Strip header stats and hide empty Transcript tab ref(traces): Remove stats header and hide empty Transcript tabs in AI trace view Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant