openai / openai/codex

Detailed transcript view in codex.

Open
#38,120 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

app bug enhancement
Dominant language
Rust
Stars
125k
Forks
19.5k
PR merge metrics
PR metrics pending

Description

What variant of Codex are you using?

Macos app

What feature would you like to see?

Desktop does not render reasoning summaries even though summary events reach the visible renderer.

10723 closed with "Desktop supports live and retained reasoning summaries" but I cannot see it.

Environment
  • macOS
  • Codex Desktop 26.730.61639
  • Build 6234
  • Model: gpt-5.6-sol
  • Reasoning effort: ultra
  • model_reasoning_summary = "detailed"
  • model_verbosity = "high"
What I see

During a task, the conversation shows assistant messages and collapsed tool activity such as “Read files” or “Ran commands.” It does not show any live reasoning summaries, and there are no retained summaries to expand or review afterward.

Diagnostics

The Desktop logs for the affected task show all of the following:

  • concurrent_reasoning_summaries is enabled
  • the turn starts with summary=detailed
  • concurrentReasoningSummariesFeatureOverrideEnabled=true
  • nonempty reasoning-summary parts are received
  • the summary items are completed
  • the primary renderer is visible

The logs include generated summary titles such as:

  • Planning GitHub issue review
  • Verifying installed app version and update status
  • Verifying feature enablement and closure

None of those summaries are visible in the conversation.

This suggests that summary generation and event delivery are working, but the Desktop renderer is not displaying the events.

Additional information

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the Desktop renderer handling of the nonempty reasoning-summary parts described in the issue, using the supplied logs and generated summary titles as reproduction evidence. Compare the event-delivery path with the visible conversation and retained-summary views. Done means live summaries appear during a task and completed summaries remain available to expand afterward.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, rust
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.