mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
## Summary - Use `std::env::split_paths` to parse PATH entries in audit candidate collection - Add a unit test covering multiple PATH entries (including spaces) ## Testing - `cargo test -p codex-windows-sandbox` (Windows) Fixes #9317