mirror of
https://github.com/openai/codex.git
synced 2026-04-30 03:12:20 +03:00
Currently `thread/name/set` does only work for loaded threads. Expand the scope to also support persisted but not-yet-loaded ones for a more predictable API surface. This will make it possible to rename threads discovered via `thread/list` and similar operations.