[new]Adds theo1model identifier to the supported model set.[changed]Renames the session identity environment variable fromCODEX_SESSION_IDtoCODEX_SESSION_IDC.[removed]Drops theCODEX_MCP_PROTOCOL_VERSION2025environment variable.[changed]Refactors app-server model listing into a dedicated model catalog module (replacing the previous models module).
Under the hood
- Trims and reshapes several internal request/response and config payload types (including removal of unused agent close/interrupt/register shapes and related summary types).
- Adjusts hook-handler, login, permissions, and process-identity enums as part of ongoing protocol and runtime cleanup.
- Removes legacy default/managed-config payload variants that are no longer part of the shipped surface.
Upgrade notes
- If you set
CODEX_SESSION_IDin your environment or automation, switch toCODEX_SESSION_IDC. - Remove any remaining use of
CODEX_MCP_PROTOCOL_VERSION2025; it is no longer recognized.