Skip to content

fix(dashboard): Show model settings in conversation details#858

Merged
dcramer merged 3 commits into
mainfrom
codex/expose-conversation-model-settings
Jul 12, 2026
Merged

fix(dashboard): Show model settings in conversation details#858
dcramer merged 3 commits into
mainfrom
codex/expose-conversation-model-settings

Conversation

@dcramer

@dcramer dcramer commented Jul 12, 2026

Copy link
Copy Markdown
Member

Conversation details now expose the latest retained run's model and reasoning level and show them beside the status in the dashboard header. Operators can identify the execution settings without opening subagent activity or external telemetry.

The response fields remain optional for conversations without retained run diagnostics. Regression coverage verifies both the API projection and the rendered header.

Expose the latest retained turn model and reasoning level in the conversation detail payload. Render those settings in the dashboard header so operators can identify how a conversation ran.

Co-Authored-By: GPT-5 Codex <noreply@openai.com>
@vercel

vercel Bot commented Jul 12, 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 Jul 12, 2026 5:26pm

Request Review

Comment thread packages/junior/src/api/conversations/detail.query.ts
Treat retained execution settings as optional dashboard enrichment. Capture state-store failures without hiding the durable SQL transcript, and cover the degraded response path.

Co-Authored-By: GPT-5 Codex <noreply@openai.com>

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit c65b87b. Configure here.

Comment thread packages/junior/src/api/conversations/detail.query.ts Outdated
Comment thread packages/junior/src/api/conversations/detail.query.ts
Read only the per-conversation run summary history for dashboard details and select the newest summary that contains execution settings. This avoids global index scans and keeps active runs from blanking retained model metadata.

Co-Authored-By: GPT-5 Codex <noreply@openai.com>
@dcramer dcramer marked this pull request as ready for review July 12, 2026 17:26
@github-actions github-actions Bot added the risk: medium PR risk score: medium label Jul 12, 2026
@dcramer dcramer merged commit aec8b04 into main Jul 12, 2026
34 checks passed
@dcramer dcramer deleted the codex/expose-conversation-model-settings branch July 12, 2026 23:33
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.

1 participant