This website requires JavaScript.
Explore
Help
Register
Sign In
clone
/
codex
Watch
1
Star
0
Fork
0
You've already forked codex
mirror of
https://github.com/openai/codex.git
synced
2026-05-27 22:44:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4df845f15392ced945141dfcb7116bcf0e414d0c
codex
/
codex-rs
/
exec
/
tests
/
suite
History
Michael Bolin
4df845f153
Move workspace roots onto thread/session state and stop using active permission profile modifications as an overlay for writable roots. Existing app-server threads now preserve their persisted PermissionProfile value across resume, fork, and turn updates; permissions requests on existing threads only update the active named profile after validating it exists. Workspace roots can be updated independently, and SandboxPolicy::WorkspaceWrite no longer stores its own writable_roots.
2026-05-11 12:35:34 -07:00
..
add_dir.rs
…
apply_patch.rs
[codex] Delete function-style apply_patch (
#21651
)
2026-05-08 13:00:57 -07:00
auth_env.rs
…
ephemeral.rs
Remove OPENAI_BASE_URL config fallback (
#16720
)
2026-04-03 15:03:21 -07:00
mcp_required_exit.rs
…
mod.rs
Support Codex CLI stdin piping for
codex exec
(
#15917
)
2026-03-28 02:21:22 +00:00
originator.rs
core: remove cross-crate re-exports from lib.rs (
#16512
)
2026-04-01 23:06:24 -07:00
output_schema.rs
…
prompt_stdin.rs
Support Codex CLI stdin piping for
codex exec
(
#15917
)
2026-03-28 02:21:22 +00:00
resume.rs
Remove OPENAI_BASE_URL config fallback (
#16720
)
2026-04-03 15:03:21 -07:00
sandbox.rs
Move workspace roots onto thread/session state and stop using active permission profile modifications as an overlay for writable roots. Existing app-server threads now preserve their persisted PermissionProfile value across resume, fork, and turn updates; permissions requests on existing threads only update the active named profile after validating it exists. Workspace roots can be updated independently, and SandboxPolicy::WorkspaceWrite no longer stores its own writable_roots.
2026-05-11 12:35:34 -07:00
server_error_exit.rs
…