Under the hood
- Replaced
CODEX_CLOUD_TASKS_FORCE_INTERNALwithCODEX_CLOUD_TASKS_FORCE_INTERNALSOCKS5to control SOCKS5 proxy behavior for cloud tasks. - Refactored serialization structs for configuration requirements, thread operations (fork, inject, approve, unsubscribe), marketplace plugins, reviews, skills, and remote agent imports.
- Added client events (
Ack,ClientMessage,ClientMessageChunk) and related payloads for improved message and acknowledgment handling. - Adjusted enums and variants for MCP server identity, patch change kinds, marketplace manifests, thread storage, and user input types.
- Updated supporting types for Git references, npm package info, model availability, and token usage profiles.
Upgrade notes
- Update any scripts or environments that referenced the old
CODEX_CLOUD_TASKS_FORCE_INTERNALvariable to the newCODEX_CLOUD_TASKS_FORCE_INTERNALSOCKS5name.