codex - 💡(How to fix) Fix Remote SSH shows "Current working directory missing" on App if project path involves Upper Case [2 comments, 3 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#18186Fetched 2026-04-17 08:31:40
View on GitHub
Comments
2
Participants
3
Timeline
7
Reactions
0
Author
Timeline (top)
labeled ×3commented ×2subscribed ×1unlabeled ×1

Error Message

Open it as a remote project in Codex App, then create a chat, and it yields the error.

Code Example

/home/clouder/cert
/home/clouder/Test

---

mkdir Test
RAW_BUFFERClick to expand / collapse

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

Version 26.415.20818 (1727)

What subscription do you have?

ChatGPT Pro

What platform is your computer?

Darwin 24.6.0 arm64 arm

What issue are you seeing?

Creating a chat in a remote project, if the project path involves upper case, it would result in a missing current working directory warning.

For example, in a test case, I have:

/home/clouder/cert
/home/clouder/Test

Opening /home/clouder/cert is fine, and asking Codex gives /home/clouder/cert pwd.

<img width="1120" height="821" alt="Image" src="https://github.com/user-attachments/assets/dcc413a1-ef2c-4603-871a-0bf6e11fda0d" />

However, opening /home/clouder/Test leads to missing directory, and asking gives /home/clouder/test path, which is lowercase.

<img width="1120" height="821" alt="Image" src="https://github.com/user-attachments/assets/7ed57c2b-94c6-4497-bc75-0a7693d60d48" />

What steps can reproduce the bug?

Create a folder which involves upper case.

mkdir Test

Open it as a remote project in Codex App, then create a chat, and it yields the error.

What is the expected behavior?

No response

Additional information

No response

extent analysis

TL;DR

The issue can likely be resolved by ensuring the project path is in lowercase or configuring the Codex App to handle uppercase paths correctly.

Guidance

  • Verify that the issue is specific to the Codex App's handling of uppercase paths by testing with different project paths.
  • Check if the Codex App has any configuration options for handling case sensitivity in project paths.
  • Consider renaming the project folder to use lowercase letters to see if the issue is resolved.
  • If the issue persists, try creating a new project with a lowercase path to isolate the problem.

Example

No code snippet is provided as the issue seems to be related to the Codex App's configuration or behavior rather than a specific code implementation.

Notes

The issue may be specific to the version of the Codex App being used (Version 26.415.20818) or the platform (Darwin 24.6.0 arm64 arm), and further investigation may be needed to determine the root cause.

Recommendation

Apply workaround: Rename project folders to use lowercase letters to avoid the issue until a more permanent solution is found. This is a safe and straightforward approach to mitigate the problem.

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