mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
## Why Sandbox setup runs on a Tokio worker thread without a Windows message loop, so `ShellExecuteExW` requires synchronous activation when launching the elevated setup helper. ## What changed Add `SEE_MASK_NOASYNC` to the shell execution flags while retaining `SEE_MASK_NOCLOSEPROCESS` for helper process tracking. GitOrigin-RevId: 875cc1d49bb19f92f940633b6315711143beeae7