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
- 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 ..
- Open the project file browser.
- Click Show all files.
- 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.
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
.env,.gitignore,.github/,.vscode/, or other files/directories whose names begin with..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
Darwin 25.3.0 arm64 armAI assistance disclosure
This issue was drafted with help from OpenAI Codex.