Bump CLI versions: Copilot 0.0.403, Codex 0.97.0, MCP Gateway v0.0.99#13919
Bump CLI versions: Copilot 0.0.403, Codex 0.97.0, MCP Gateway v0.0.99#13919
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
✅ Changeset Generator completed successfully! |
|
🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation... |
Agent Container Tool Check
Result: 11/12 tools available Summary
|
Smoke Test Results — §21714209546
Status: ✅ PASS cc: @pelikhan
|
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
|
@copilot revert Claude update |
There was a problem hiding this comment.
Pull request overview
This pull request updates three agentic CLI tools to their latest versions with security improvements, feature enhancements, and bug fixes. The changes maintain backward compatibility.
Changes:
- Updated GitHub Copilot CLI from 0.0.402 to 0.0.403 (security hardening, MCP server improvements)
- Updated OpenAI Codex from 0.94.0 to 0.97.0 (session-scoped tool approvals, live skill hot-reloading)
- Updated MCP Gateway from v0.0.98 to v0.0.99 (OAuth discovery endpoint support)
Reviewed changes
Copilot reviewed 60 out of 60 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pkg/constants/constants.go | Core version constants updated for all three CLI tools |
| .changeset/patch-update-cli-versions.md | Changeset file documenting the patch-level updates |
| .github/workflows/*.lock.yml (58 files) | Propagated version updates across all workflow lock files for consistency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updates three agentic CLI tools to latest stable versions with security hardening, tool approval improvements, and OAuth discovery fixes.
Version Changes
GitHub Copilot CLI:
0.0.402→0.0.403OpenAI Codex:
0.94.0→0.97.0CODEX_THREAD_ID)MCP Gateway:
v0.0.98→v0.0.99/.well-known/oauth-authorization-serverTechnical Changes
pkg/constants/constants.goAll updates maintain backward compatibility.
Original prompt
This section details on the original issue you should resolve
<issue_title>[ca] Update CLI versions: Copilot 0.0.403, Codex 0.97.0, MCP Gateway v0.0.99</issue_title>
<issue_description>Three agentic CLI tools have new versions available with significant improvements across security, features, and stability.
Summary
Update Priority: Medium - Security enhancements and stability improvements with no breaking changes
Status:
constants.goupdated in this workflow run, requiresmake recompileand testingGitHub Copilot CLI v0.0.403
Release Date: February 4, 2026
Breaking Changes
None
Key Features
View Full Changelog
Security & Safety
Plugin & MCP Improvements
Configuration & Data Handling
User Experience
Bug Fixes
Impact Assessment
Package Links
OpenAI Codex v0.97.0
Release Date: February 5, 2026 (spans versions 0.95.0 through 0.97.0)
Breaking Changes
None
Key Features
/debug-configslash command for inspecting effective configurationlog_dirconfiguration option via CLI overridescodex app (path)launches Codex Desktop from CLI with automatic DMG download~/.agents/skillsand~/.codex/skillswith app-server APIs/plancommand: Supports inline prompt arguments and image attachmentsCODEX_THREAD_IDfor thread/session detectionView Full Changelog
Version 0.97.0 (February 5, 2026)
New Features
/debug-configslash command (Add /debug-config slash command openai/codex#10642)log_diroption (feat(core): add configurable log_dir openai/codex#10678)Bug Fixes
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Changeset