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-25 05:24:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0e2d80b6441ae0f5fab25fc29f7c27e14cb787b3
codex
/
codex-rs
/
state
/
src
/
runtime
History
Michael Bolin
0e2d80b644
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 17:20:13 -07:00
..
agent_jobs.rs
Fix agent jobs finalization race and reduce status polling churn (
#14843
)
2026-03-17 10:40:14 -04:00
backfill.rs
Add process-scoped SQLite telemetry (
#22154
)
2026-05-11 11:32:40 -07:00
goals.rs
Fix goal update and add
/goal edit
command in TUI (
#21954
)
2026-05-11 10:49:19 -07:00
logs.rs
sqlite: no more destructive version bumps (
#21847
)
2026-05-08 17:29:44 -07:00
memories.rs
Use goal preview metadata for goal-first threads (
#21981
)
2026-05-11 10:12:46 -07:00
remote_control.rs
app-server: Add transport for remote control (
#15951
)
2026-04-06 14:55:59 -07:00
test_support.rs
Use goal preview metadata for goal-first threads (
#21981
)
2026-05-11 10:12:46 -07:00
threads.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 17:20:13 -07:00