- [new] Added the
o1model identifier to the supported model list. - [new] TUI editing support for delete-to-line-end.
- [changed] Thread fork and resume responses now carry richer structured payloads for those flows.
- [changed] Cloud-tasks “force internal” networking control now targets an internal SOCKS5 path (
CODEX_CLOUD_TASKS_FORCE_INTERNALSOCKS5replacesCODEX_CLOUD_TASKS_FORCE_INTERNAL). - [removed] Dropped legacy client wire events (
Ack,ClientMessage, and related chunk/result variants) from the event surface.
Under the hood
- Extracted chat turn runtime logic in the TUI (
turn_runtime) so turn lifecycle handling sits in its own module. - Refreshed several request/response types (exec approval, apps listing, skills config write, rate-limit credit reset details, token-usage daily buckets, config requirements).
- Adjusted enums around exec filesystem paths, review targets, scheduled-task schedules, thread-store backends, marketplace plugin sources, and tool-call summaries.
- OpenTelemetry exporter kind now centers on OTLP/HTTP rather than OTLP/gRPC.
- Minor sandbox-related environment flag plumbing updates.