This website requires JavaScript.
Explore
Help
Register
Sign In
openai
/
codex
Watch
1
Star
0
Fork
0
You've already forked codex
mirror of
https://github.com/openai/codex.git
synced
2026-09-13 11:47:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00199b9b8a9ecc5e34d77637a64a110f477c47fb
codex
/
codex-rs
/
thread-store
/
src
History
Michael Bolin
11750256e8
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-05 14:44:56 -07:00
..
local
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-05 14:44:56 -07:00
remote
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-05 14:44:56 -07:00
error.rs
ThreadStore interface (
#17659
)
2026-04-14 13:51:00 -07:00
in_memory.rs
[codex] Migrate thread turns list to thread store (
#19280
)
2026-04-30 14:16:42 -07:00
lib.rs
Make thread store process-scoped (
#19474
)
2026-04-30 21:24:59 -07:00
live_thread.rs
codex: migrate (more) app-server thread history reads to ThreadStore (
#20575
)
2026-05-04 21:16:50 -07:00
store.rs
Migrate fork and resume reads to thread store (
#18900
)
2026-04-24 13:51:37 -07:00
types.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-05 14:44:56 -07:00