core-agent-ide/codex-rs/exec/src
Michael Bolin e7ad9449ea
feat: make it possible to set disable_response_storage = true in config.toml (#714)
https://github.com/openai/codex/pull/642 introduced support for the
`--disable-response-storage` flag, but if you are a ZDR customer, it is
tedious to set this every time, so this PR makes it possible to set this
once in `config.toml` and be done with it.

Incidentally, this tidies things up such that now `init_codex()` takes
only one parameter: `Config`.
2025-04-28 15:39:34 -07:00
..
cli.rs feat: load defaults into Config and introduce ConfigOverrides (#677) 2025-04-27 21:47:50 -07:00
lib.rs feat: make it possible to set disable_response_storage = true in config.toml (#714) 2025-04-28 15:39:34 -07:00
main.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00