Codex Desktop crashes conversation renderer when Git directive contains Windows cwd path

Resolved 💬 4 comments Opened May 16, 2026 by siztankc Closed May 16, 2026

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?

  1. Use Codex Desktop on Windows.
  1. Enable the Git plugin.
  1. Work in a repository located at a Windows path, for example:

D:\CodeAnvil

  1. Have Codex complete a Git operation such as staging, committing, and pushing.
  1. 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"}

  1. Open or return to that conversation.
  1. The conversation renderer crashes and shows:

“앗, 오류가 발생했습니다”

What is the expected behavior?

_No response_

Additional information

_No response_

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗