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-20 11:12:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
59add06f0cf3cd7ea0888e1c3cab644fad07bdd8
codex
/
codex-rs
/
state
/
src
History
Michael Bolin
cea7dd8caa
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 11:55:23 -07:00
..
bin
feat: log client use min log level (
#18661
)
2026-04-20 14:40:39 +01:00
model
Use goal preview metadata for goal-first threads (
#21981
)
2026-05-11 10:12:46 -07:00
runtime
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 11:55:23 -07:00
extract.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 11:55:23 -07:00
lib.rs
sqlite: no more destructive version bumps (
#21847
)
2026-05-08 17:29:44 -07:00
log_db.rs
Fix log db batch flush flake (
#19959
)
2026-04-28 12:08:41 -07:00
migrations.rs
fix(sqlite): don't hard fail migrator if DB is newer (
#16924
)
2026-04-06 12:16:31 -07:00
paths.rs
Moving updated-at timestamps to unique millisecond times (
#17489
)
2026-04-14 11:55:34 -04:00
runtime.rs
sqlite: no more destructive version bumps (
#21847
)
2026-05-08 17:29:44 -07:00