core-agent-ide/codex-rs/exec/src
Eric Traut 7c96f2e84c
Fix resume --last with --json option (#9475)
Fix resume --last prompt parsing by dropping the clap conflict on the
codex resume subcommand so a positional prompt is accepted when --last
is set. This aligns interactive resume behavior with exec-mode logic and
avoids the “--last cannot be used with SESSION_ID” error.

This addresses #6717
2026-01-26 20:20:57 -08:00
..
cli.rs Fix resume --last with --json option (#9475) 2026-01-26 20:20:57 -08:00
event_processor.rs Minor cleanup of codex exec output (#4585) 2025-10-02 14:17:42 -07:00
event_processor_with_human_output.rs fix: handle all web_search actions and in progress invocations (#9960) 2026-01-27 03:33:48 +00:00
event_processor_with_jsonl_output.rs fix: handle all web_search actions and in progress invocations (#9960) 2026-01-27 03:33:48 +00:00
exec_events.rs fix: handle all web_search actions and in progress invocations (#9960) 2026-01-27 03:33:48 +00:00
lib.rs feat: ephemeral threads (#9765) 2026-01-24 14:57:40 +00: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