Nx hangs in Codex app sandbox without good feedback #34547
onlywei
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Because the Codex MacOS application runs in a sandbox that is enforced at the kernel level, it’s not able to run Nx properly unless explicitly given elevated permissions.
What’s worse is that Codex has no idea that Nx actually needs elevated permissions. Unless users explicitly say so in their AGENTS.md file, Codex will happily run Nx processes, which then hang without good feedback.
I think something Nx can do improve this is to detect missing permissions early in the run and exit with a clear error message so tools like Codex know to ask for permissions.
Beta Was this translation helpful? Give feedback.
All reactions