mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
## Why Windows batch aliases can fail to invoke Codex when the executable path contains characters that are not representable in the active console code page. ## What changed - Generate same-volume executable paths relative to the batch file using `%~dp0`. - Keep absolute paths as a fallback when the executable and alias are on different volumes. ## Testing Added Windows tests covering a Unicode profile path under code page 437 and an executable on a different volume. GitOrigin-RevId: 10093bbc9f19e4fbe2e22d9397e211a113302f45