disable_response_storage=true is not working in codex-rs (rust version)
Resolved 💬 3 comments Opened May 31, 2025 by vjain419 Closed Jun 9, 2025
What version of Codex is running?
_No response_
Which model were you using?
o3
What platform is your computer?
Darwin 24.4.0 arm64 arm
What steps can reproduce the bug?
npm i -g @openai/codex@native
- use api key with ZDR
- add disable_response_storage = true in config.toml
- codex --full-auto
- Say "Hello, Explain me this codebase" -- gives errors.
What is the expected behavior?
_No response_
What do you see instead?
unexpected status 401 Unauthorized
(I confirmed that key works)
Additional information
As per document I added disable_response_storage = true in config.toml and also passed cmd line option as -c both didn't work and I keep getting error as I am using enterprise api key which has ZDR
we had same issue with codex-cli (old version) but cmd line option --disable-response-storage was working for that.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗