core-agent-ide/codex-rs/cli/src
iceweasel-oai 625f2208c4
For npm upgrade on Windows, go through cmd.exe to get path traversal working (#6387)
On Windows, `npm` by itself does not resolve under std::process::Command
which does not consider PATHEXT to resolve it to `npm.cmd` in the PATH.
By running the npm upgrade command via cmd.exe we get proper path
semantics so it actually works.
2025-11-09 21:07:44 -08:00
..
debug_sandbox.rs Improve world-writable scan (#6381) 2025-11-07 21:28:55 -08:00
exit_status.rs feat: experimental env var: CODEX_SANDBOX_NETWORK_DISABLED (#879) 2025-05-09 18:29:34 -07:00
lib.rs Windows Sandbox - Alpha version (#4905) 2025-10-30 15:51:57 -07:00
login.rs [Auth] Choose which auth storage to use based on config (#5792) 2025-10-27 19:41:49 -07:00
main.rs For npm upgrade on Windows, go through cmd.exe to get path traversal working (#6387) 2025-11-09 21:07:44 -08:00
mcp_cmd.rs fix: Update the deprecation message to link to the docs (#6211) 2025-11-04 21:02:27 +00:00
wsl_paths.rs fix(wsl): normalize Windows paths during update (#6086) (#6097) 2025-11-07 14:49:17 -08:00