Replies: 4 comments 1 reply
-
|
Hey @Sokoliem, A few things to check and try: Verify config precedenceAs of v0.20, CLI flags and environment variables override
/path/to/app --print-config(or the equivalent in your environment) and confirm the active config matches what you expect, not just what’s in the file. Check new permission gating in v0.20In v0.20, full-auto still prompts for writes unless both “sandbox” and “approval” checks are disabled and the workspace is trusted. full-auto = true
bypass-approvals = true
bypass-sandbox = true
trusted-workspace = true(“Trusted workspace” is a new internal flag in v0.20 — earlier versions didn’t require it.) Recreate config & cache from scratchSometimes
v0.19 vs v0.20Going back to v0.19 won’t help if your subscription/auth layer is already bound to the v0.20 release key — you’d need to log out, clear the auth token, and re-authenticate. That’s why your Pro features weren’t working when you tried downgrading. Likely cause in your case: If that still doesn’t work, post your To rule out config file issues entirely, launch the app with everything explicitly enabled in one command: /path/to/app --full-auto --bypass-approvals --bypass-sandbox --trusted-workspaceIf this works without prompting, then your |
Beta Was this translation helpful? Give feedback.
-
|
I was having the same issue when using the codex -a never exec --sandbox workspace-write "$prompt"If you put the "sandbox" option before "exec", you see the following when "codex" starts: When you supply the "sandbox" option after "exec", it applies properly: This is on Linux. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Made a PR to fix #2988 |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm a non-developer but prolific user of claude-code... I've used codex in the past for experimentation but not extensively.
With v 0.20, I am having issues with writes and permissions... no matter what I do I can't get it to write without approving every patch and write operation. I've tried setting workspace-write, full-auto, bypass sandbox and approvals, I verified the settings in the /status... I uninstalled and cleared cache and reinstalled - I even tried going back to .19 but it wont allow me to use my pro subscription. I've even tried setting a config.toml manually with those settings.
As it stands now, the workflow friction is too high to really compare to claude-code, but from what I can see it could potentially replace claude-code.
I definitely did not have this problem on earlier versions. I didn't see this in the issues list.
What the hell am I missing????
Beta Was this translation helpful? Give feedback.
All reactions