Rust version does not support --disable-response-storage for ZDR

Resolved 💬 0 comments Opened Jul 8, 2025 by imichaelmoore Closed Jul 8, 2025

What version of Codex is running?

@openai/codex@0.3.0

Which model were you using?

Any

What platform is your computer?

macOS

What steps can reproduce the bug?

npx @openai/codex --disable-response-storage     
Need to install the following packages:
@openai/codex@0.3.0
Ok to proceed? (y) 

error: unexpected argument '--disable-response-storage' found

  tip: to pass '--disable-response-storage' as a value, use '-- --disable-response-storage'

This error message also is unhelpful, and suggests --disable-response-storage is supported when it is not.

What is the expected behavior?

We should support --disable-response-storage in the Rust backend.

What do you see instead?

_No response_

Additional information

_No response_

View original on GitHub ↗