Skip to content

[ca] Update CLI versions: Copilot 0.0.403, Codex 0.97.0, MCP Gateway v0.0.99 #13898

@github-actions

Description

@github-actions

Three agentic CLI tools have new versions available with significant improvements across security, features, and stability.

Summary

  • GitHub Copilot CLI: 0.0.402 → 0.0.403 (published 2026-02-04)
  • OpenAI Codex: 0.94.0 → 0.97.0 (published 2026-02-05, 3 intermediate versions)
  • MCP Gateway: v0.0.98 → v0.0.99 (published 2026-02-04)

Update Priority: Medium - Security enhancements and stability improvements with no breaking changes

Status: constants.go updated in this workflow run, requires make recompile and testing


GitHub Copilot CLI v0.0.403

Release Date: February 4, 2026

Breaking Changes

None

Key Features

  • Security enhancements: Module usage restricted to application bundle
  • Plugin improvements: MCP servers stop before updates, skills work in prompt mode
  • Configuration preservation: Config files now preserve custom fields during CLI updates
  • Enhanced reasoning: Reasoning summaries enabled by default for supported models
  • Cross-platform fixes: Detached shell processes work on vanilla macOS, Windows Task Manager shows correct app names
View Full Changelog

Security & Safety

  • Implemented security checks to prevent module usage outside the application bundle
  • Enhanced permission dialog behavior with consistent Escape key handling

Plugin & MCP Improvements

  • MCP servers now stop before plugin updates
  • Plugin skills function in prompt mode
  • Skills with unrecognized frontmatter fields load with warnings rather than silencing

Configuration & Data Handling

  • Config files preserve custom fields when CLI updates them
  • ACP model info now includes usage multiplier and enablement status

User Experience

  • Windows Task Manager displays correct application names
  • Detached shell processes work on vanilla macOS installations
  • Reasoning summaries enabled by default for supported models
  • Custom agent frontmatter supports comma-separated tools

Bug Fixes

  • Fixed logic checking user organization membership
  • Improved custom agent field handling with warnings instead of silent failures

Impact Assessment

  • Risk: Low
  • Affects: Security posture, plugin system, config handling, cross-platform compatibility
  • Migration: None required, backward compatible

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

  • Session-scoped tool approvals: "Allow and remember" option enables auto-approval of repeated MCP/App tool calls within a session
  • Live skill updates: Skill file changes detected and applied without restart
  • Mixed media support: Dynamic tool outputs support combined text and image content
  • Debug command: New /debug-config slash command for inspecting effective configuration
  • Memory infrastructure: Initial API client and local persistence for thread memory summaries
  • Configurable logging: New log_dir configuration option via CLI overrides
  • macOS launcher: codex app (path) launches Codex Desktop from CLI with automatic DMG download
  • Personal skill loading: Loads skills from ~/.agents/skills and ~/.codex/skills with app-server APIs
  • Enhanced /plan command: Supports inline prompt arguments and image attachments
  • Parallel shell execution: Multi-command throughput improvements
  • Thread environment variable: Shell executions receive CODEX_THREAD_ID for thread/session detection
View Full Changelog

Version 0.97.0 (February 5, 2026)

New Features

Bug Fixes

Version 0.96.0 (February 4, 2026)

New Features

  • Added thread/compact async trigger RPC to v2 app-server API
  • Introduced websocket-side rate limit signaling through codex.rate_limits event
  • Enabled unified_exec across all non-Windows platforms
  • Constrained requirement values now track source provenance

Bug Fixes

  • Corrected Esc key behavior in TUI's request_user_input overlay
  • Thread listing prioritizes state DB queries before filesystem traversal
  • Fixed thread path lookup validation
  • Dynamic tool injection executes within single transaction
  • Refined request_rule guidance in approval-policy prompting

Version 0.95.0 (February 4, 2026)

New Features

  • macOS launcher: codex app (path) to launch Codex Desktop from CLI
  • Personal skill loading from ~/.agents/skills and ~/.codex/skills
  • Enhanced /plan command with inline prompts and image attachments
  • Parallel execution for shell-related tools
  • Shell executions receive CODEX_THREAD_ID environment variable
  • Linux sandbox groundwork with vendored Bubblewrap

Bug Fixes

  • Hardened Git command safety to prevent destructive operations
  • Fixed thread resume/browsing with correct saved thread names
  • Corrected first-run trust-mode handling
  • Resolved codex exec hanging on interrupt with websockets
  • Fixed review-mode approval event alignment
  • Enhanced 401 error diagnostics with server message details

Notable Changes

  • Completed migration from deprecated mcp-types crate to rmcp-based protocol types
  • Updated bytes dependency for security advisory resolution

Impact Assessment

  • Risk: Low to Medium
  • Affects: Tool approval workflow, skill management, debugging capabilities, shell execution, thread management, macOS desktop integration
  • Migration: None required, all features are additive or improvements to existing functionality

Package Links


MCP Gateway v0.0.99

Release Date: February 4, 2026

Breaking Changes

None

Key Features

  • OAuth Discovery Endpoint: Root-level OAuth discovery at /.well-known/oauth-authorization-server eliminates request hangs
  • Extended MCP Server Support: Authentication for 10+ new MCP servers:
    • Google services (Maps, Drive) with API key and credential configurations
    • Slack workspace connectivity with OAuth tokens
    • Sentry error monitoring with DSN authentication
    • Brave Search API integration
    • EverArt AI art generation tool
    • Filesystem, browser automation, and Kubernetes servers
  • Automated Documentation Sync: Nightly workflow maintains documentation alignment
View Full Changelog

New Features

  • OAuth Discovery Endpoint implemented at /.well-known/oauth-authorization-server
  • Extended MCP Server Support with authentication for 10+ new servers:
    • Google Maps, Google Drive
    • Slack workspaces
    • Sentry error monitoring
    • Brave Search API
    • EverArt AI art generation
    • Filesystem, browser automation, Kubernetes
  • Automated Documentation Synchronization via nightly workflow

Bug Fixes & Improvements

  • Resolved nightly stress test stability by transitioning from Docker-in-Docker to external gateway infrastructure
  • Corrected Copilot API errors in issue-monster workflow by minimizing prompt dimensions
  • Enhanced AWS integration configurations
  • Strengthened daily device and smoke test reliability

Testing Infrastructure Enhancements

  • Nightly MCP Gateway stress testing validates multi-server deployment scenarios
  • Firewall configuration encompasses containers ecosystem
  • Go module access enabled in stress environments
  • Iterative stress test refinements with comprehensive MCP server integration coverage

Merged Pull Requests

36 commits merged since v0.0.98

Primary contributors: Copilot (automated), lpcox (manual updates)

Impact Assessment

  • Risk: Low
  • Affects: MCP server compatibility, OAuth authentication flows, stress testing infrastructure
  • Migration: None required, backward compatible

Package Links

Docker Command

docker pull ghcr.io/github/gh-aw-mcpg:v0.0.99

Supported architectures: linux/amd64, linux/arm64


Recommendations

Update Strategy

  1. Test Copilot 0.0.403: Run integration tests focusing on security checks, plugin system, and config preservation
  2. Test Codex 0.97.0: Verify tool approval workflows, skill loading, and shell execution enhancements
  3. Test MCP Gateway v0.0.99: Validate OAuth discovery endpoint and new MCP server integrations
  4. Rollout: Deploy sequentially (Copilot → Codex → MCP Gateway) to isolate any issues

Testing Focus Areas

  • Copilot: Security module restrictions, plugin updates, config file handling
  • Codex: Session-scoped tool approvals, live skill updates, /debug-config command, parallel shell execution
  • MCP Gateway: OAuth discovery, new MCP server authentication flows

Risk Mitigation

  • All three updates are non-breaking and backward compatible
  • Focus testing on new features rather than regression testing
  • Monitor for edge cases in security restrictions (Copilot) and tool approvals (Codex)

Timeline

  • Immediate: Integration testing can begin
  • 1-2 days: Complete testing and validation
  • Rollout: Deploy to production after successful testing

References:

AI generated by CLI Version Checker

  • expires on Feb 7, 2026, 12:29 PM UTC

Metadata

Metadata

Labels

automationcookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency fileenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions