- [new]
codex app-serveraccepts--code-mode-hostto connect to a remote code-mode host instead of starting a local one (shell completions updated for bash, zsh, and fish). - [removed] The
o1model identifier is no longer listed among built-in models. - [changed] Exec and approval-related event payloads carry additional context (command begin/end, exec approval, guardian assessment, filesystem sandbox).
- [changed] Config and tools schema surfaces expanded slightly (
ConfigRequirements,ToolsToml, skill interface, TUI global keymap).
Under the hood
- Exec-server HTTP client path is now route-aware (replacing the previous dedicated reqwest client module).
- Code-mode remote session work gains an explicit connection transport layer.
- App-server request handling adds an apps read processor path.
- Environment variable surface cleaned up:
CODEX_NETWORK_PR_PROFILEreplacesCODEX_NETWORK_PR; noise/account id naming normalized; several stale internal flags removed (CODEX_HOME1,CODEX_SANDBOX_NETWORK_DISABLED, and related one-offs). - Thread store config defaults toward a local store shape; assorted MCP/marketplace and login param variants refined.
- Dependency lockfiles refreshed for the alpha.6 tag.