Codex Desktop crashes conversation renderer when Git directive contains Windows cwd path
What version of the Codex App are you using (From “About Codex” dialog)?
Codex App version: 26.513.3673.0
What subscription do you have?
Subscription: Pro
What platform is your computer?
Platform: Windows
What issue are you seeing?
After updating Codex Desktop, conversations can crash with “앗, 오류가 발생했습니다” when a Git directive contains a Windows-style cwd path.
The issue appears when the final assistant message includes directives like:
::git-stage{cwd="D:\CodeAnvil"}
::git-commit{cwd="D:\CodeAnvil"}
::git-push{cwd="D:\CodeAnvil" branch="main"}
The conversation view then fails to render. The app log shows:
invalid syntax at line 1 col 5:
1 cwd="D:\CodeAnvil"
^
If I archive the affected conversation, other conversations become visible again. Disabling the Git plugin also appears to avoid the issue.
What steps can reproduce the bug?
- Use Codex Desktop on Windows.
- Enable the Git plugin.
- Work in a repository located at a Windows path, for example:
D:\CodeAnvil
- Have Codex complete a Git operation such as staging, committing, and pushing.
- Let the final assistant response include Git directives with a Windows-style cwd path, for example:
::git-stage{cwd="D:\CodeAnvil"}
::git-commit{cwd="D:\CodeAnvil"}
::git-push{cwd="D:\CodeAnvil" branch="main"}
- Open or return to that conversation.
- The conversation renderer crashes and shows:
“앗, 오류가 발생했습니다”
What is the expected behavior?
_No response_
Additional information
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗