- [changed] CI-related environment handling now centers on
CODEX_CI, replacing the older CI bash env vars (CODEX_CIBASH_ENV/CODEX_CIBASH). - [changed] VS Code IDE integration env var updated (
CODEX_IDE_VSCODE→CODEX_IDE_VSCODEF). - [removed] The
exclude_slash_tmpconfiguration key is no longer supported.
Under the hood
- Internal config/data shapes gained early marketplace and cloud TOML-related types, plus an agent registration response path.
- Removed several unused response and dependency model types (API key turn costs, GitHub git-ref summary, skill dependencies).
- Small event and process-identity cleanup, including dropping an obsolete command-spawn failure notification path and trimming unused TUI analytics palette code.
Upgrade notes
- If your environment or scripts set
CODEX_CIBASH_ENV(or the older CI bash group), switch toCODEX_CI. - If you set
CODEX_IDE_VSCODE, update toCODEX_IDE_VSCODEF. - Remove any
exclude_slash_tmpentries from config; the key is gone.