Detailed transcript view in codex.
Open 💬 1 comment Opened Aug 12, 2026 by ShivanshuPurohit
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_summariesis 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 reviewVerifying installed app version and update statusVerifying 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_
1 Comment
Update after moving to Codex Desktop
26.803.61601(build6396):summaryalongside encrypted content, even thoughthread_settings_appliedconfirmsreasoning_summary: "detailed"forgpt-5.6-sol.So the current app appears to render the summary text it receives, but the ChatGPT/Codex route is not supplying the requested detailed prose. The heading-only raw-payload regression is tracked more directly in #34873. I am leaving this issue open as the Desktop/rendering-side record unless maintainers prefer to close it as overlapping with that issue.