Skip to content

fix(dashboard): Polish subagent transcript handling#819

Merged
dcramer merged 1 commit into
mainfrom
codex/fix-subagent-transcript-polish
Jul 10, 2026
Merged

fix(dashboard): Polish subagent transcript handling#819
dcramer merged 1 commit into
mainfrom
codex/fix-subagent-transcript-polish

Conversation

@dcramer

@dcramer dcramer commented Jul 10, 2026

Copy link
Copy Markdown
Member

Advisor transcript drawers now project the internal advisor request envelope into readable task and context content, keep tool calls paired with results across synthetic subagent and thinking entries, and expose a shared Markdown copy action in both conversation and subagent views. Completed subagent rows also use the expected pointer affordance, and the drawer adapts cleanly to narrow screens.

Pairing remains bounded by real message boundaries and rejects ambiguous name-only matches, so unrelated tool activity is not combined. Regression coverage exercises the render-model edge cases, advisor reporting projection, copy behavior, and responsive drawer interaction.

Fixes #745

Keep parent tool calls paired with results across nested advisor activity while avoiding ambiguous name-only matches.

Render advisor requests without internal XML in reporting, add reusable Markdown copying to the subagent drawer, and preserve the shared transcript formatting and privacy boundaries.

Fixes #745
Co-Authored-By: GPT-5.5 Codex <noreply@openai.com>
@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
junior-docs Ready Ready Preview, Comment Jul 10, 2026 3:06pm

Request Review

@github-actions github-actions Bot added the risk: medium PR risk score: medium label Jul 10, 2026
@dcramer dcramer merged commit d27c537 into main Jul 10, 2026
19 checks passed
@dcramer dcramer deleted the codex/fix-subagent-transcript-polish branch July 10, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk: medium PR risk score: medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix advisor subagent transcript drawer rendering and tool-result grouping

1 participant