Skip to content

[ca] Update OpenAI Codex CLI from 0.89.0 to 0.91.0 #11792

@github-actions

Description

@github-actions

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:

  1. Verify workflows with parallel agent execution respect the new 6 sub-agent limit
  2. Test network access patterns if using network sandbox features
  3. Optional: Explore new Collaboration Mode beta features for improved planning workflows

Rollout Plan:

  1. COMPLETED: Updated pkg/constants/constants.go (DefaultCodexVersion: "0.89.0" → "0.91.0")
  2. REQUIRED: Run make recompile to regenerate workflow lock files
  3. Test workflows with multiple parallel agents to verify 6 sub-agent limit
  4. 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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions