Update CLI tools: Copilot 0.0.403, Codex 0.96.0, MCP Gateway v0.0.99#13822
Update CLI tools: Copilot 0.0.403, Codex 0.96.0, MCP Gateway v0.0.99#13822
Conversation
… v0.0.99 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
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... |
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
|
🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation... |
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident... |
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
|
📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident... |
🔍 PR Triage ResultsCategory: chore | Risk: high | Priority: 34/100 Scores Breakdown
📋 Recommended Action: batch_reviewDependency updates for Copilot, Codex, and MCP Gateway CLI tools. The extensive file changes (148 files) suggest automatic recompilation of workflow lock files. Review impact on existing workflows. Triaged by PR Triage Agent on 2026-02-05
|
Bump three CLI tool versions to latest releases. Copilot CLI includes stability improvements, Codex CLI spans two releases (v0.95.0, v0.96.0) with thread compaction API and security hardening, MCP Gateway adds OAuth discovery endpoint and 10+ new server integrations.
Changes
Constants: Updated version constants in
pkg/constants/constants.goDefaultCopilotVersion: 0.0.402 → 0.0.403DefaultCodexVersion: 0.94.0 → 0.96.0DefaultMCPGatewayVersion: v0.0.98 → v0.0.99Test expectations: Updated
pkg/constants/constants_test.goto match new versionsWorkflow lock files: Regenerated 145
.lock.ymlfiles with updated CLI versions in installation steps, Docker image references, and version metadataIntegration Testing
Per WARNING in constants.go, Copilot CLI version changes require full integration test run to verify compatibility.
Original prompt
This section details on the original issue you should resolve
<issue_title>[ca] Update CLI Tools: Copilot 0.0.403, Codex 0.96.0, MCP Gateway v0.0.99</issue_title>
<issue_description>Three CLI tools and containers have new versions available with important updates including new features, bug fixes, and stability improvements.
Summary
Updates Required:
Current Status:
pkg/constants/constants.goUpdate: Copilot CLI (0.0.402 → 0.0.403)
Version: 0.0.402 → 0.0.403
Timeline: Published Feb 4, 2026 (1 day interval)
Update Priority: Medium
Release Information
CLI Discovery
Unable to test CLI installation in current environment due to permission restrictions. Help output comparison deferred to integration testing environment.
Impact Assessment
Recommendations
Package Links
Update: Codex CLI (0.94.0 → 0.96.0)
Version: 0.94.0 → 0.96.0
Timeline: Two releases (v0.95.0 and v0.96.0) on Feb 4, 2025
Update Priority: High (Security fixes, API enhancements)
Breaking Changes
None identified, but includes significant behavioral changes:
Key Features (v0.95.0)
codex app (path)launches Codex Desktop from CLI with automatic DMG download~/.agents/skillswith backward compatibility/planCommand: Better editing/highlighting, inline arguments, and pasted image supportCODEX_THREAD_IDavailable in shell executionsKey Features (v0.96.0)
thread/compactfor async compaction in v2 app-server APIcodex.rate_limitsevent for rate limit signalingunified_execactivated across non-Windows platforms/debug-configView Full Changelog (v0.95.0)
Bug Fixes (v0.95.0)
$PWD/.agentsnow read-only like$PWD/.codex(Fixed sandbox mode inconsistency if untrusted is selected openai/codex#10415, fix: make $PWD/.agents read-only like $PWD/.codex openai/codex#10524)codex exechanging after interrupts in websocket/streaming (Handle exec shutdown on Interrupt (fixes immortalcodex execwith websockets) openai/codex#10519)requestApprovalIDs with command execution items (fix(app-server): fix approval events in review mode openai/codex#10416)cf-ray,requestId(Add more detail to 401 error openai/codex#10508)Technical Changes (v0.95.0)
mcp-typestormcp-based protocol types (feat: add MCP protocol types and rmcp adapters openai/codex#10356, feat: replace custom mcp-types crate with equivalents from rmcp openai/codex#10349, chore: remove deprecated mcp-types crate openai/codex#10357)bytesdependency for security advisory compliance (chore: update bytes crate in response to security advisory openai/codex#10525)Contributors: 23 contributors including bolinfest, owenlin0, rasmusrygaard
Full Changelog: openai/codex@rust-v0.94.0...rust-v0.95.0
View Full Changelog (v0.96.0)
Bug Fixes (v0.96.0)
-...
💡 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