mirror of
https://github.com/openai/codex.git
synced 2026-09-10 20:26:47 +00:00
## What changed Restrict the startup size scan to `sessions` and `archived_sessions` under `CODEX_HOME`, and stop emitting the aggregate `directory=codex_home` sample. Skip missing session directories and inspect scan roots without following symlinks. GitOrigin-RevId: c046d097de9b630af68cc9ad70e87cdd63e49319
Thread removal
thread/archive and thread/delete reject attempts to remove a live internal
worker with JSON-RPC error -32600. The worker's owner controls its shutdown.
For example, a Guardian reviewer remains available to its parent conversation
after a client tries to archive or delete it.
After the owner releases the worker, its saved conversation can be archived or deleted normally. Ordinary client-controlled threads keep their existing behavior.