core-agent-ide/codex-rs/exec/src
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
..
cli.rs feat: add --json flag to codex exec (#1603) 2025-07-17 15:10:15 -07:00
event_processor.rs [codex] stop printing error message when --output-last-message is not specified (#1828) 2025-08-04 15:56:32 -07:00
event_processor_with_human_output.rs [codex] stop printing error message when --output-last-message is not specified (#1828) 2025-08-04 15:56:32 -07:00
event_processor_with_json_output.rs [codex] stop printing error message when --output-last-message is not specified (#1828) 2025-08-04 15:56:32 -07:00
lib.rs Add an experimental plan tool (#1726) 2025-07-29 14:22:02 -04:00
main.rs fix: move arg0 handling out of codex-linux-sandbox and into its own crate (#1697) 2025-07-28 08:31:24 -07:00