- [new] Added
CODEX_EXEC_SERVER_NOISE_AUTH_TOKEN,CODEX_EXEC_SERVER_NOISE_CHATGPT_ACCOUNT_ID,CODEX_EXEC_SERVER_NOISE_ENVIRONMENT_ID, andCODEX_EXEC_SERVER_NOISE_REGISTRY_URLenvironment variables to support authenticated noise-channel connections to the environment registry. - [new] Added
CODEX_SANDBOX_NETWORK_DISABLEDenvironment variable to allow disabling network access inside the sandbox. - [removed] Removed the
chatgpt_base_urlconfiguration key.
Under the hood
- Added new response and argument types for environment registry connections, standard token responses, and resource template listing.
- Introduced supporting structs for noise-channel public keys, skill dependencies, registry errors, and stdin writing.
- Updated several account, login, and tool-related enums and event variants to accommodate the new environment and noise authentication flows.
Upgrade notes
- Any configuration or scripts that referenced
chatgpt_base_urlshould be updated; the key is no longer recognized.