core-agent-ide/codex-rs/exec
Michael Bolin 3f13ebce10
[codex] stop printing error message when --output-last-message is not specified (#1828)
Previously, `codex exec` was printing `Warning: no file to write last
message to` as a warning to stderr even though `--output-last-message`
was not specified, which is wrong. This fixes the code and changes
`handle_last_message()` so that it is only called when
`last_message_path` is `Some`.
2025-08-04 15:56:32 -07:00
..
src [codex] stop printing error message when --output-last-message is not specified (#1828) 2025-08-04 15:56:32 -07:00
tests fix: run apply_patch calls through the sandbox (#1705) 2025-07-30 16:45:08 -07:00
Cargo.toml Auto format toml (#1745) 2025-07-30 18:37:00 -07:00