Updated pkg/constants/constants.go with new version. Requires running make recompile to regenerate workflow lock files.
Update Summary
- Current Version: 0.89.0
- Latest Version: 0.91.0
- Intermediate Versions: 0.90.0
- Breaking Changes: No
- Update Priority: Medium
- Release Timeline:
- 0.89.0: January 22, 2026
- 0.90.0: January 25, 2026
- 0.91.0: January 25, 2026
Key Features (0.90.0)
Major New Features:
- Network Sandbox Proxy with policy enforcement for better control over outbound network access
- Connectors Support via app server and MCP integration (initial phase)
- Collaboration Mode (Beta) shipped in TUI with improved plan-to-execute handoff
- Ephemeral Threads with improved collaboration tool provenance metadata
- WebSocket Proxy Support for proxy configuration
Enhanced Commands:
/permissions command added with shorter approval set (maintains /approvals compatibility)
/skill UI to enable or disable individual skills
- Improved slash-command selection prioritizing exact/prefix matches over fuzzy matches
App Server Improvements:
- Support for
thread/read and filtering archived threads in thread/list
- Layered
config.toml resolution for clients
config/read can compute effective config from given cwd
- Release artifacts include stable URL for published config schema
Breaking Changes
None detected. All changes are additive features and fixes.
Bug Fixes (0.90.0)
- Fixed multiline quoted argument parsing in execution policies
--yolo flag now skips git repository validation
- Enhanced resume functionality with out-of-order event handling and working directory prompts
- Corrected backspace behavior for text elements
- Improved configuration error messaging
- Default model selection respects filtered presets
- Prevented tilde expansion from escaping HOME on paths like
~//...
- TUI turn timing now resets between assistant messages
Chores (0.91.0)
- Reduced maximum allowed sub-agents from unlimited to 6 to tighten resource usage and improve guardrails in agent fan-out behavior
View Full Changelog
Version 0.91.0 (January 25, 2026)
Changes:
Contributors: @jif-oai
Full Changelog: openai/codex@rust-v0.90.0...rust-v0.91.0
Version 0.90.0 (January 25, 2026)
New Features:
Bug Fixes:
Documentation:
Version 0.89.0 (January 22, 2026)
New Features:
Bug Fixes:
Documentation:
Chores:
CLI Discovery
No CLI changes detected between versions 0.89.0 and 0.91.0. The --help output is identical across all three versions (0.89.0, 0.90.0, 0.91.0).
All changes are internal improvements to:
- Network sandbox proxy implementation
- MCP integration and connectors
- Collaboration mode features
- Bug fixes and stability improvements
Impact Assessment
- Risk: Low
- Affects:
- Workflows using heavy parallelization (sub-agent limit reduced to 6 in v0.91.0)
- Internal network access patterns (new sandbox proxy policies)
- Users interested in the new Collaboration Mode beta features
- Testing Notes: The sub-agent limit reduction to 6 is the only constraint change that might affect existing workflows
Recommendations
Update Priority: Medium
Testing Strategy:
- Verify workflows with parallel agent execution respect the new 6 sub-agent limit
- Test network access patterns if using network sandbox features
- Optional: Explore new Collaboration Mode beta features for improved planning workflows
Rollout Plan:
- ✅ COMPLETED: Updated
pkg/constants/constants.go (DefaultCodexVersion: "0.89.0" → "0.91.0")
- REQUIRED: Run
make recompile to regenerate workflow lock files
- Test workflows with multiple parallel agents to verify 6 sub-agent limit
- Monitor for any issues with network sandbox proxy if applicable
Package Links
Action Required
Maintainer must run: make recompile after merging this change to regenerate workflow lock files (.github/workflows/*.lock.yml).
References:
AI generated by CLI Version Checker
Updated
pkg/constants/constants.gowith new version. Requires runningmake recompileto regenerate workflow lock files.Update Summary
Key Features (0.90.0)
Major New Features:
Enhanced Commands:
/permissionscommand added with shorter approval set (maintains/approvalscompatibility)/skillUI to enable or disable individual skillsApp Server Improvements:
thread/readand filtering archived threads inthread/listconfig.tomlresolution for clientsconfig/readcan compute effective config from given cwdBreaking Changes
None detected. All changes are additive features and fixes.
Bug Fixes (0.90.0)
--yoloflag now skips git repository validation~//...Chores (0.91.0)
View Full Changelog
Version 0.91.0 (January 25, 2026)
Changes:
Contributors:
@jif-oaiFull Changelog: openai/codex@rust-v0.90.0...rust-v0.91.0
Version 0.90.0 (January 25, 2026)
New Features:
Bug Fixes:
--yoloflag skips git validation - fix(exec): skip git repo check when --yolo flag is used openai/codex#9590Documentation:
Version 0.89.0 (January 22, 2026)
New Features:
/permissionscommand - feat(tui) /permissions flow openai/codex#9561/skillUI - Add UI for skill enable/disable. openai/codex#9627thread/readsupport - feat(app-server): thread/read API openai/codex#9569, feat(app-server): support archived threads in thread/list openai/codex#9571config.tomlresolution - Add layered config.toml support to app server openai/codex#9510Bug Fixes:
Documentation:
skills/listREADME - Update skills/list protocol readme openai/codex#9623Chores:
CLI Discovery
No CLI changes detected between versions 0.89.0 and 0.91.0. The
--helpoutput is identical across all three versions (0.89.0, 0.90.0, 0.91.0).All changes are internal improvements to:
Impact Assessment
Recommendations
Update Priority: Medium
Testing Strategy:
Rollout Plan:
pkg/constants/constants.go(DefaultCodexVersion: "0.89.0" → "0.91.0")make recompileto regenerate workflow lock filesPackage Links
Action Required
Maintainer must run:
make recompileafter merging this change to regenerate workflow lock files (.github/workflows/*.lock.yml).References: