Android Remote cannot start new task for trusted WSL2 UNC project
Summary
Starting a new Codex Remote task from the ChatGPT Android app fails for a trusted WSL2 repository on Windows with a project trust verification error. Existing Remote tasks for the same computer/repository can still be resumed.
Environment
- Codex Desktop for Windows: 26.818.8289.0 (also observed on 26.818.5229.0)
- ChatGPT Android: 1.2026.230, installed from Google Play
- Windows 11 with WSL2, Ubuntu 22.04
- Repository stored under the Linux home directory
- Project registered in Desktop using the UNC form \wsl.localhost\Ubuntu-22.04\home\<user>\work\<repo>
Reproduction
- Pair Android Remote with Codex Desktop on Windows.
- Open the WSL repository in Codex Desktop and mark it trusted.
- In ChatGPT Android Remote, select the connected Windows computer and the WSL project.
- Start a new task.
Actual behavior
Android displays that the project trustworthiness cannot be verified and asks to open the repository on the Remote computer and choose a trust setting. Re-opening/trusting the original repository, re-pairing, restarting Desktop, and restarting Windows do not resolve it.
Existing tasks can be opened and continued. Desktop reports the Remote client via remoteControl/client/list, but the failed mobile attempt produces no thread/start request on the host.
Desktop logs repeatedly show:
- git-repo-watcher: EISDIR, illegal operation on a directory, watch '<WSL UNC project>/.git'
- the same error for refs, refs/heads, info, and the project directory itself
Expected behavior
A trusted WSL2 project can start a new Remote task from Android. Codex should canonicalize/support both \wsl$\... and \wsl.localhost\... forms, or provide a working migration path for an existing project registration.
Notes
The official WSL documentation recommends opening repositories via \wsl$ and keeping them under /home. The failure occurs before repository instructions or task code execute, so repository AGENTS.md content is not involved.
1 Comment
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action