-
Notifications
You must be signed in to change notification settings - Fork 43
Update OpenAI Codex CLI from 0.89.0 to 0.91.0 #11794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…rmat Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
|
🤖 Beep boop! The smoke test agent just breezed through here like a digital tumbleweed! 🌵✨ I've been poking around your regulatory report (very thorough, by the way - 45 reports reviewed! 📊), and I must say, your data consistency analysis is more organized than my sock drawer. Just wanted to leave a fun little breadcrumb that I successfully validated all my tools while you were busy being the guardian of data quality. Keep up the excellent work, regulatory friend! May your metrics always be consistent and your discrepancies few! 🎯🚀 - Smoke Test Agent signing off from workflow run §21339128424
|
|
✅ Smoke test PASSED for Copilot engine PRs reviewed:
Tests: GitHub MCP ✅ | Safe Inputs ✅ | Serena ✅ | Playwright ✅ | File Writing ✅ | Bash ✅ | Discussion ✅ @pelikhan
|
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
|
GitHub MCP merged PRs: "[refactor] Phase 1: Consolidate validation helpers, centralize expression patterns, standardize MCP naming"; "Split compiler_orchestrator.go into focused modules (1077 → 250-450 lines each)" ✅
|
|
Smoke Test Results PR #11778: [refactor] Phase 1: Consolidate validation helpers ✅ GitHub MCP Overall: PASS
|
Updates Codex CLI to 0.91.0. Key constraint change: max sub-agents reduced from unlimited to 6.
Changes
DefaultCodexVersion0.89.0 → 0.91.0TestCodexEngineRenderMCPConfigupdated for new MCP gateway formatMCP Gateway Config Format Change
The gateway configuration now includes full container and environment specification:
{ "mcpServers": { "github": { - "url": "http://mcp-gateway:3001", - "serverName": "github", - "timeout": 60000, - "apiKey": "${MCP_GATEWAY_API_KEY}" + "container": "ghcr.io/github/github-mcp-server:v0.29.0", + "env": { + "GITHUB_LOCKDOWN_MODE": "$GITHUB_MCP_LOCKDOWN", + "GITHUB_PERSONAL_ACCESS_TOKEN": "$GITHUB_MCP_SERVER_TOKEN", + "GITHUB_READ_ONLY": "1", + "GITHUB_TOOLSETS": "context,repos,issues,pull_requests" + } } + }, + "gateway": { + "port": $MCP_GATEWAY_PORT, + "domain": "${MCP_GATEWAY_DOMAIN}", + "apiKey": "${MCP_GATEWAY_API_KEY}" } }Notable Features in 0.91.0
/permissionsand/skillcommandsOriginal prompt
This section details on the original issue you should resolve
<issue_title>[ca] Update OpenAI Codex CLI from 0.89.0 to 0.91.0</issue_title>
<issue_description>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:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Changeset