You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need the ability to whitelist ~/.cache for tools like uv and pre-commit which hit it often and have issues and complications moving their cache locations.
Codex gets confused when it can't access ~/.cache and frequently doesn't recognize the errors uv throws because of this, and begins running unpredictable hacky commands. Thus it often fails to ask for approval. Just let us whitelist a folder for Codex when it's running in an otherwise safe sandbox mode.