Logo
Explore
Register Sign In
agent/codex
Watch 2
Star 0
Fork 0
mirror of https://github.com/pchuan98/codex.git synced 2026-07-01 00:31:56 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
e5fe50d3ce4dc0e600e794502d8ce413ea1cbfe0
codex/codex-rs/cli/src
T
History
Michael BolinandGitHub 8595237505 fix: ensure cwd for conversation and sandbox are separate concerns (#3874)
Previous to this PR, both of these functions take a single `cwd`:


https://github.com/openai/codex/blob/71038381aa0f51aa62e1a2bcc7cbf26a05b141f3/codex-rs/core/src/seatbelt.rs#L19-L25


https://github.com/openai/codex/blob/71038381aa0f51aa62e1a2bcc7cbf26a05b141f3/codex-rs/core/src/landlock.rs#L16-L23

whereas `cwd` and `sandbox_cwd` should be set independently (fixed in
this PR).

Added `sandbox_distinguishes_command_and_policy_cwds()` to
`codex-rs/exec/tests/suite/sandbox.rs` to verify this.
2025-09-18 14:37:06 -07:00
..
debug_sandbox.rs
fix: ensure cwd for conversation and sandbox are separate concerns (#3874)
2025-09-18 14:37:06 -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
Simplify auth flow and reconcile differences between ChatGPT and API Key auth (#3189)
2025-09-11 09:16:34 -07:00
main.rs
hint for codex resume on tui exit (#3757)
2025-09-18 09:28:32 -07:00
mcp_cmd.rs
initial mcp add interface (#3543)
2025-09-15 04:30:56 +00:00
proto.rs
Simplify auth flow and reconcile differences between ChatGPT and API Key auth (#3189)
2025-09-11 09:16:34 -07:00