codex - 💡(How to fix) Fix Feature request: add setting to control command/tool output folding [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#19260Fetched 2026-04-24 10:39:53
View on GitHub
Comments
2
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
commented ×2labeled ×2
RAW_BUFFERClick to expand / collapse

What feature would you like to see?

Add a Codex Desktop setting to control command/tool output folding.

Requested behavior:

  • Add a global preference such as “Always expand command/tool outputs”.
  • Optionally remember the user’s last expand/collapse choice per conversation.
  • Keep the existing per-block expand/collapse controls.

Why is this useful?

For coding workflows, shell/tool output is often the primary evidence for debugging, tests, and CI analysis. When execution blocks are collapsed by default, users need to manually expand many commands during long debugging sessions, which adds repetitive friction and makes agent execution harder to follow.

Additional context

This request is specifically for Codex Desktop command/tool execution blocks, not code diff folding.

extent analysis

TL;DR

Adding a global preference to control command/tool output folding in Codex Desktop could simplify debugging workflows.

Guidance

  • Introduce a new setting, such as "Always expand command/tool outputs", to allow users to control the default behavior of execution blocks.
  • Consider adding an option to remember the user's last expand/collapse choice per conversation to further enhance usability.
  • Ensure that the existing per-block expand/collapse controls remain available to provide flexibility.
  • Evaluate the potential impact on performance when automatically expanding large command/tool outputs.

Notes

The proposed solution focuses on Codex Desktop command/tool execution blocks and does not affect code diff folding.

Recommendation

Apply workaround: Introduce the suggested global preference and optional per-conversation memory feature to enhance user experience during debugging sessions.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Feature request: add setting to control command/tool output folding [2 comments, 2 participants]