codex - 💡(How to fix) Fix Codex App: View > Toggle File Tree is enabled but does not reliably reveal the file tree [4 comments, 5 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#20552Fetched 2026-05-02 05:38:24
View on GitHub
Comments
4
Participants
5
Timeline
15
Reactions
4
Author
Timeline (top)
subscribed ×6commented ×4unsubscribed ×3labeled ×2

Root Cause

This is a serious usability regression because users expect this menu item to be the direct way to open or recover the project's files. If the file tree is hidden, collapsed, unavailable, or merged into another sidebar state, invoking Toggle File Tree provides no clear visible feedback and can appear to do nothing.

Fix Action

Fix / Workaround

This is a serious usability regression because users expect this menu item to be the direct way to open or recover the project's files. If the file tree is hidden, collapsed, unavailable, or merged into another sidebar state, invoking Toggle File Tree provides no clear visible feedback and can appear to do nothing.

RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

26.429.20946 (2312)

What subscription do you have?

Unknown

What platform is your computer?

macOS 26.4.1 (25E253), arm64

What issue are you seeing?

In the Codex desktop app on macOS, the View > Toggle File Tree menu item is present and enabled, but it does not reliably reveal a usable project file tree.

This is a serious usability regression because users expect this menu item to be the direct way to open or recover the project's files. If the file tree is hidden, collapsed, unavailable, or merged into another sidebar state, invoking Toggle File Tree provides no clear visible feedback and can appear to do nothing.

I verified locally that macOS sees the menu item as enabled and accepts the click, so the issue appears to be in the Codex app's UI state handling or feedback, not in the macOS menu being disabled.

What steps can reproduce the bug?

  1. Open Codex desktop app on macOS.
  2. Open a project/workspace thread.
  3. Go to View > Toggle File Tree.
  4. Click the menu item.
  5. Observe that the file tree is not reliably shown, or there is no clear visible state change indicating where the project files are.

What is the expected behavior?

View > Toggle File Tree should reliably reveal the project's file tree when it is hidden, or hide it when it is visible.

If the current project has no valid workspace/file tree, the app should show a clear explanatory message rather than silently doing nothing.

Additional information

This creates a practical dead end for users: if the file tree is not visible, the only reliable way to open project files may be clicking file cards generated inside Codex responses, rather than using the app's own menu.

Related user-facing symptom: the menu item appears available, but users perceive it as broken because it provides no reliable way to open the project's files.

extent analysis

TL;DR

The issue can be addressed by modifying the Codex app's UI state handling to provide clear visible feedback when the View > Toggle File Tree menu item is clicked.

Guidance

  • Verify that the project has a valid workspace/file tree before attempting to toggle the file tree, to ensure that the menu item's behavior is not affected by the project's state.
  • Investigate the Codex app's UI state handling to determine why the file tree is not being reliably shown or hidden when the menu item is clicked.
  • Consider adding a clear explanatory message when the current project has no valid workspace/file tree, to prevent users from perceiving the menu item as broken.
  • Review the app's sidebar state management to ensure that the file tree is not being merged into another sidebar state, causing it to be unavailable.

Example

No code snippet is provided as the issue does not contain sufficient technical details to create a specific example.

Notes

The issue appears to be related to the Codex app's UI state handling and feedback, rather than a problem with the macOS menu. The exact cause of the issue is unclear, and further investigation is needed to determine the root cause.

Recommendation

Apply a workaround to modify the Codex app's UI state handling to provide clear visible feedback when the View > Toggle File Tree menu item is clicked, as the root cause of the issue is unclear and a fixed version is not implied.

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