core-agent-ide/codex-rs/exec/src
Curtis 'Fjord' Hawthorne 5f8776d34d
Allow global exec flags after resume and fix CI codex build/timeout (#8440)
**Motivation**
- Bring `codex exec resume` to parity with top‑level flags so global
options (git check bypass, json, model, sandbox toggles) work after the
subcommand, including when outside a git repo.

**Description**
- Exec CLI: mark `--skip-git-repo-check`, `--json`, `--model`,
`--full-auto`, and `--dangerously-bypass-approvals-and-sandbox` as
global so they’re accepted after `resume`.
- Tests: add `exec_resume_accepts_global_flags_after_subcommand` to
verify those flags work when passed after `resume`.

**Testing**
- `just fmt`
- `cargo test -p codex-exec` (pass; ran with elevated perms to allow
network/port binds)
- Manual: exercised `codex exec resume` with global flags after the
subcommand to confirm behavior.
2026-01-05 22:12:09 +00:00
..
cli.rs Allow global exec flags after resume and fix CI codex build/timeout (#8440) 2026-01-05 22:12:09 +00: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 [chore] add additional_details to StreamErrorEvent + wire through (#8307) 2025-12-24 10:07:38 -08:00
event_processor_with_jsonl_output.rs [chore] add additional_details to StreamErrorEvent + wire through (#8307) 2025-12-24 10:07:38 -08:00
exec_events.rs [app-server] feat: add Declined status for command exec (#7101) 2025-11-21 09:19:39 -08:00
lib.rs Allow global exec flags after resume and fix CI codex build/timeout (#8440) 2026-01-05 22:12:09 +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