- [changed] Channel and version are now stable
0.150.0(tagrust-v0.150.0), replacing0.150.0-alpha.13. - [removed] Dropped the
/recapslash command from the TUI. - [removed] Removed
codex doctor --feedback(shell completions updated for bash, fish, and zsh). - [removed] Amazon Bedrock login/onboarding paths are no longer present.
- [removed] Turn settings update request/params are no longer part of the client protocol surface.
- [removed]
CODEX_SANDBOX_NETWORK_DISABLEDis no longer recognized.
Under the hood
- Remote session connection transport was reworked; the older command-driver path is gone.
- Exec-server relay/proto and client-refresh pieces were trimmed, with related Noise/account wiring simplified.
- Git URL helper support (
gix-url/ sanitized git URL handling) was removed. - Skills telemetry and several unused analytics/rate-limit/marketplace payload types were cleaned out.
- TUI vim keymap and turn-start/context shapes were tightened; filesystem sandbox context fields were adjusted.
- Session step activation/settings modules and assorted dead TUI helpers (recap, textarea hyperlinks/vim command modules) were deleted as part of the stable cut.
Upgrade notes
- If you relied on
/recap,codex doctor --feedback, Bedrock sign-in/onboarding, orCODEX_SANDBOX_NETWORK_DISABLED, switch to the supported alternatives in current docs or drop those flags from scripts. - Refresh shell completions so
doctorno longer offers--feedback.