codex - 💡(How to fix) Fix add a desktop appearance setting for alternate pane layout [1 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#19574Fetched 2026-04-26 05:14:38
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×2cross-referenced ×1
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

App

What feature would you like to see?

Please add an Appearance setting in Codex Desktop that lets users switch to an alternate workspace layout:

  • File tree on the left.
  • Changed Files and preview/diff panel immediately to the right of the file tree.
  • Conversation history/sidebar on the far right.

The current default layout works, but it places conversation history on the left and code/navigation panels on the right. For some reading workflows, that makes the eye travel back and forth between project structure, changed files, and preview content, while the persistent history column competes with the primary reading path.

Additional information

Proposed behavior

Add an Appearance option such as:

Pane layout

  • Default
  • Code-first / right history

When Code-first / right history is selected, Codex Desktop should preserve the existing panels and behavior, but reorder them so the code navigation and review surfaces form the left-to-center reading path, with chat history on the right.

Motivation

This is mainly a visual reading and review ergonomics request.

When reviewing agent work, the file tree, changed files list, and preview/diff panel are usually the primary context. Keeping those surfaces adjacent makes scanning smoother:

  • The file tree anchors project structure.
  • Changed Files shows the current review scope.
  • The preview/diff panel is the main reading surface.

Conversation history is still important, but it is less central during code review. Placing it on the right keeps it available without making it the first visual anchor.

Why an Appearance setting

This should be opt-in rather than replacing the current default. Layout preference is subjective, and existing users may rely on the current left-history layout.

An Appearance setting keeps the default stable while allowing users who prefer a code-first reading flow to switch.

Compatibility notes

  • Existing default layout should remain unchanged.
  • The setting should persist across restarts.
  • If the window is too narrow, Codex can keep the current responsive/collapsed behavior and only apply the alternate order when the multi-pane layout is visible.
  • Keyboard shortcuts and panel state should behave the same in both layouts.

Implementation note

I checked the public openai/codex repo and could not find the Codex Desktop frontend source. The repo appears to contain the CLI/TUI, App Server, SDKs, and desktop app launcher/install glue, while the actual Desktop UI client is not present. So this request likely needs to be implemented by the Codex Desktop client team rather than as a community PR against the current open-source repo.

extent analysis

TL;DR

To address the layout issue, add an "Appearance" setting in Codex Desktop with a "Pane layout" option that allows users to switch between the default layout and a "Code-first / right history" layout.

Guidance

  • Implement the proposed "Pane layout" option in the Codex Desktop Appearance settings to provide users with a choice between the default and "Code-first / right history" layouts.
  • Ensure the new layout persists across restarts and is only applied when the multi-pane layout is visible, keeping the current responsive behavior for narrow windows.
  • Verify that keyboard shortcuts and panel state behave consistently in both layouts.
  • Consider the subjective nature of layout preferences and ensure the default layout remains unchanged to maintain stability for existing users.

Notes

The implementation of this feature may require collaboration with the Codex Desktop client team, as the relevant source code is not available in the public openai/codex repository.

Recommendation

Apply a workaround by implementing the proposed "Pane layout" option, as it provides a flexible solution that caters to different user preferences without altering the default layout.

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 add a desktop appearance setting for alternate pane layout [1 participants]