What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.609.41114 • Released Jun 12, 2026
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Windows 11 with WSL installed
What issue are you seeing?
Summary
After updating the Codex Windows desktop app on June 13, 2026, Codex Desktop stopped handling WSL project paths correctly on one Windows machine.
A project located at:
/home/brett/projects/ssus828
is being stored or interpreted by parts of the desktop app as:
C:\home\brett\projects\ssus828
This invalid path causes all of the following:
Existing project conversations no longer appear beneath their projects.
Projects display “No chats” despite the session transcript files still existing locally.
Threads display: “Current working directory missing — This chat’s working directory no longer exists.”
New desktop conversations inherit the same invalid working-directory state.
The integrated WSL terminal initially attempts:
cd 'C:\home\brett\projects\ssus828'
and fails with “No such file or directory.”
Manually running:
cd /home/brett/projects/ssus828
in that same terminal succeeds.
Native Codex CLI running directly inside WSL works correctly in the same repository.
I updated Codex on two other Windows machines on the same day without this problem, so this may involve a machine-specific state migration or Windows/WSL path normalization failure.
Environment
Windows 11
WSL 2
Ubuntu 24.04
Codex Windows app package observed in:
OpenAI.Codex_26.609.4994.0_x64__2p2nqsd0c76g0
Codex CLI: 0.139.0
Desktop setting:
Agent environment: Windows Subsystem for Linux
Integrated terminal shell: WSL
Example repository:
/home/brett/projects/ssus828
Repository added through:
\wsl$\Ubuntu\home\brett\projects\ssus828
What steps can reproduce the bug?
Install or update the Codex Windows desktop app.
Set Agent environment to Windows Subsystem for Linux.
Set Integrated terminal shell to WSL.
Restart the app.
Add an existing WSL project through:
\wsl$\Ubuntu\home\brett\projects\ssus828
Start a new conversation in that project.
Ask Codex to run pwd and git status.
Open the integrated terminal.
Actual behavior
The desktop conversation may execute commands in the correct WSL repository, but the app’s thread metadata and terminal initialization use:
C:\home\brett\projects\ssus828
The interface continues to show:
“Current working directory missing — This chat’s working directory no longer exists.”
The project sidebar continues to show “No chats.”
The integrated terminal records:
cd 'C:\home\brett\projects\ssus828'
followed by:
-bash: cd: C:\home\brett\projects\ssus828: No such file or directory
Manually entering:
cd /home/brett/projects/ssus828
works immediately.
What is the expected behavior?
Codex Desktop should preserve the WSL path:
/home/brett/projects/ssus828
The project should:
Open in the actual WSL directory.
Initialize its terminal in that directory.
Associate new and existing threads with that project.
Display existing project conversations.
Not report an existing WSL directory as missing.
History and session impact
Before the update, several active projects had ongoing desktop conversations.
The local Codex state contained:
43 active session transcript files
4 archived session transcript files
Those transcript files were preserved and backed up. They do not appear deleted, but the desktop app no longer displays or associates them correctly with their projects.
Troubleshooting already completed
The following did not resolve the desktop path problem:
Fully restarted Windows.
Removed and re-added the WSL project.
Uninstalled the Microsoft Store Codex app.
Quarantined the entire %USERPROFILE%.codex directory.
Reinstalled Codex from the Microsoft Store with completely clean state.
Installed the standalone Windows Codex CLI.
Set CODEX_CLI_PATH to:
C:\Users\brett\AppData\Local\Programs\OpenAI\Codex\bin\codex.exe
Restarted Windows again.
Reconfigured the clean app for WSL.
Created a completely new desktop conversation.
Installed Codex CLI 0.139.0 natively inside Ubuntu WSL.
Installed bubblewrap.
The native Linux CLI works correctly:
pwd returns /home/brett/projects/ssus828
git status works
The correct repository files are visible
No Windows path translation occurs
The issue appears isolated to the Windows desktop app’s WSL project/thread path handling.
Additional information
Additional startup symptom
Immediately after the desktop update, the app also failed to start with:
“Unable to locate the Codex CLI binary. Set CODEX_CLI_PATH or ensure the Electron resources include bin/codex.”
Installing the standalone Windows CLI and setting CODEX_CLI_PATH allowed the desktop app to launch again, but did not resolve the invalid C:\home... project path.
Severity
Blocking.
I was midstream in several active projects. The repositories and transcript files remain available, but the desktop application can no longer reliably reopen the conversations, associate them with their projects, or maintain a valid WSL working directory.
Regression information
The same Codex update was installed successfully on two other machines on June 13, 2026. Only this machine reproduces the failure.
Attachments
I can provide:
Screenshot of the initial missing CLI binary error.
Screenshot showing “Current working directory missing.”
Screenshot showing the invalid C:\home\brett\projects\ssus828 terminal command.
Screenshot showing the same project working correctly through the native WSL CLI.
A Codex feedback session ID.
Sanitized session metadata or logs if requested.
Feedback session ID
019ec1f5-6fba-7620-8e89-0abf8ebaa3b4
What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.609.41114 • Released Jun 12, 2026
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Windows 11 with WSL installed
What issue are you seeing?
Summary
After updating the Codex Windows desktop app on June 13, 2026, Codex Desktop stopped handling WSL project paths correctly on one Windows machine.
A project located at:
/home/brett/projects/ssus828
is being stored or interpreted by parts of the desktop app as:
C:\home\brett\projects\ssus828
This invalid path causes all of the following:
Existing project conversations no longer appear beneath their projects.
Projects display “No chats” despite the session transcript files still existing locally.
Threads display: “Current working directory missing — This chat’s working directory no longer exists.”
New desktop conversations inherit the same invalid working-directory state.
The integrated WSL terminal initially attempts:
cd 'C:\home\brett\projects\ssus828'
and fails with “No such file or directory.”
Manually running:
cd /home/brett/projects/ssus828
in that same terminal succeeds.
Native Codex CLI running directly inside WSL works correctly in the same repository.
I updated Codex on two other Windows machines on the same day without this problem, so this may involve a machine-specific state migration or Windows/WSL path normalization failure.
Environment
Windows 11
WSL 2
Ubuntu 24.04
Codex Windows app package observed in:
OpenAI.Codex_26.609.4994.0_x64__2p2nqsd0c76g0
Codex CLI: 0.139.0
Desktop setting:
Agent environment: Windows Subsystem for Linux
Integrated terminal shell: WSL
Example repository:
/home/brett/projects/ssus828
Repository added through:
\wsl$\Ubuntu\home\brett\projects\ssus828
What steps can reproduce the bug?
Install or update the Codex Windows desktop app.
Set Agent environment to Windows Subsystem for Linux.
Set Integrated terminal shell to WSL.
Restart the app.
Add an existing WSL project through:
\wsl$\Ubuntu\home\brett\projects\ssus828
Start a new conversation in that project.
Ask Codex to run pwd and git status.
Open the integrated terminal.
Actual behavior
The desktop conversation may execute commands in the correct WSL repository, but the app’s thread metadata and terminal initialization use:
C:\home\brett\projects\ssus828
The interface continues to show:
“Current working directory missing — This chat’s working directory no longer exists.”
The project sidebar continues to show “No chats.”
The integrated terminal records:
cd 'C:\home\brett\projects\ssus828'
followed by:
-bash: cd: C:\home\brett\projects\ssus828: No such file or directory
Manually entering:
cd /home/brett/projects/ssus828
works immediately.
What is the expected behavior?
Codex Desktop should preserve the WSL path:
/home/brett/projects/ssus828
The project should:
Open in the actual WSL directory.
Initialize its terminal in that directory.
Associate new and existing threads with that project.
Display existing project conversations.
Not report an existing WSL directory as missing.
History and session impact
Before the update, several active projects had ongoing desktop conversations.
The local Codex state contained:
43 active session transcript files
4 archived session transcript files
Those transcript files were preserved and backed up. They do not appear deleted, but the desktop app no longer displays or associates them correctly with their projects.
Troubleshooting already completed
The following did not resolve the desktop path problem:
Fully restarted Windows.
Removed and re-added the WSL project.
Uninstalled the Microsoft Store Codex app.
Quarantined the entire %USERPROFILE%.codex directory.
Reinstalled Codex from the Microsoft Store with completely clean state.
Installed the standalone Windows Codex CLI.
Set CODEX_CLI_PATH to:
C:\Users\brett\AppData\Local\Programs\OpenAI\Codex\bin\codex.exe
Restarted Windows again.
Reconfigured the clean app for WSL.
Created a completely new desktop conversation.
Installed Codex CLI 0.139.0 natively inside Ubuntu WSL.
Installed bubblewrap.
The native Linux CLI works correctly:
pwd returns /home/brett/projects/ssus828
git status works
The correct repository files are visible
No Windows path translation occurs
The issue appears isolated to the Windows desktop app’s WSL project/thread path handling.
Additional information
Additional startup symptom
Immediately after the desktop update, the app also failed to start with:
“Unable to locate the Codex CLI binary. Set CODEX_CLI_PATH or ensure the Electron resources include bin/codex.”
Installing the standalone Windows CLI and setting CODEX_CLI_PATH allowed the desktop app to launch again, but did not resolve the invalid C:\home... project path.
Severity
Blocking.
I was midstream in several active projects. The repositories and transcript files remain available, but the desktop application can no longer reliably reopen the conversations, associate them with their projects, or maintain a valid WSL working directory.
Regression information
The same Codex update was installed successfully on two other machines on June 13, 2026. Only this machine reproduces the failure.
Attachments
I can provide:
Screenshot of the initial missing CLI binary error.
Screenshot showing “Current working directory missing.”
Screenshot showing the invalid C:\home\brett\projects\ssus828 terminal command.
Screenshot showing the same project working correctly through the native WSL CLI.
A Codex feedback session ID.
Sanitized session metadata or logs if requested.
Feedback session ID
019ec1f5-6fba-7620-8e89-0abf8ebaa3b4