core-agent-ide/codex-rs/cli/src
Michael Bolin 5a0ad5ab8f
chore: refactor exec.rs: create separate seatbelt.rs and spawn.rs files (#1762)
At 550 lines, `exec.rs` was a bit large. In particular, I found it hard
to locate the Seatbelt-related code quickly without a file with
`seatbelt` in the name, so this refactors things so:

- `spawn_command_under_seatbelt()` and dependent code moves to a new
`seatbelt.rs` file
- `spawn_child_async()` and dependent code moves to a new `spawn.rs`
file
2025-07-31 13:11:47 -07:00
..
debug_sandbox.rs chore: refactor exec.rs: create separate seatbelt.rs and spawn.rs files (#1762) 2025-07-31 13:11:47 -07:00
exit_status.rs feat: experimental env var: CODEX_SANDBOX_NETWORK_DISABLED (#879) 2025-05-09 18:29:34 -07:00
lib.rs feat: redesign sandbox config (#1373) 2025-06-24 16:59:47 -07:00
login.rs Add codex login --api-key (#1759) 2025-07-31 17:48:49 +00:00
main.rs Add codex login --api-key (#1759) 2025-07-31 17:48:49 +00:00
proto.rs Add codex login --api-key (#1759) 2025-07-31 17:48:49 +00:00