codex - 💡(How to fix) Fix Codex app “Show all files” does not show hidden dotfiles [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#19586Fetched 2026-04-26 05:14:22
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
commented ×2labeled ×2closed ×1

Root Cause

Dotfiles often contain important project configuration, development tooling, CI settings, and environment examples. When the app hides them even in an expanded file view, it makes it harder to inspect or reference the full project state from Codex.

RAW_BUFFERClick to expand / collapse

Problem

In the Codex desktop app, clicking Show all files in a project does not appear to show all hidden dotfiles. Since the control says "Show all files," I expected it to reveal files that are hidden by default, including dotfiles.

Steps to reproduce

  1. Open a project in the Codex desktop app that contains hidden dotfiles, such as .env, .gitignore, .github/, .vscode/, or other files/directories whose names begin with ..
  2. Open the project file browser.
  3. Click Show all files.
  4. Check whether the dotfiles are visible in the file list.

Actual behavior

Some dotfiles remain hidden even after clicking Show all files.

Expected behavior

There should be a way to view every file in the project, including dotfiles that are hidden by default. Either Show all files should include hidden dotfiles, or the app should provide a separate explicit option such as Show hidden files / Show dotfiles.

Why this matters

Dotfiles often contain important project configuration, development tooling, CI settings, and environment examples. When the app hides them even in an expanded file view, it makes it harder to inspect or reference the full project state from Codex.

Environment

  • App: Codex desktop app
  • Platform: macOS, Darwin 25.3.0 arm64 arm

AI assistance disclosure

This issue was drafted with help from OpenAI Codex.

extent analysis

TL;DR

The "Show all files" feature in the Codex desktop app may need to be updated or modified to include hidden dotfiles, or a separate option for showing dotfiles should be added.

Guidance

  • Review the current implementation of the "Show all files" feature to determine why it does not include hidden dotfiles.
  • Consider adding a separate option, such as "Show hidden files" or "Show dotfiles", to provide explicit control over the visibility of these files.
  • Verify that the issue is not specific to the macOS platform or the Darwin 25.3.0 arm64 arm environment.
  • Check if there are any existing configuration settings or preferences that could be modified to include hidden dotfiles in the file list.

Example

No code snippet is provided as the issue does not contain sufficient technical details.

Notes

The issue may be related to the app's file filtering or visibility settings, but without more information, it is difficult to provide a specific solution.

Recommendation

Apply a workaround by adding a separate option, such as "Show hidden files" or "Show dotfiles", to provide explicit control over the visibility of these files, as this would address the user's expectation of being able to view all files in the project.

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…

FAQ

Expected behavior

There should be a way to view every file in the project, including dotfiles that are hidden by default. Either Show all files should include hidden dotfiles, or the app should provide a separate explicit option such as Show hidden files / Show dotfiles.

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 Codex app “Show all files” does not show hidden dotfiles [2 comments, 2 participants]