Skip to content

[ca] CLI Version Updates: Copilot 0.0.407, Codex 0.99.0, MCP Gateway v0.1.2 #15068

@github-actions

Description

@github-actions

Three CLI tools have new versions available with various improvements, bug fixes, and new features.

Summary

  • GitHub Copilot CLI: 0.0.406 → 0.0.407 (Minor update)
  • OpenAI Codex: 0.98.0 → 0.99.0 (Major feature release)
  • MCP Gateway: v0.1.0 → v0.1.2 (Maintenance release)

Status: Constants updated in pkg/constants/constants.go:312, pkg/constants/constants.go:337, pkg/constants/constants.go:346. Full recompile pending due to Go 1.25.0 toolchain availability.


GitHub Copilot CLI: 0.0.406 → 0.0.407

Update Timeline

  • 0.0.406: Released 2026-02-07
  • 0.0.407: Released 2026-02-11 (4 day interval)

Package Information

Impact Assessment

  • Risk: Low
  • Update Priority: Medium
  • Breaking Changes: None expected

Recommendations

Since the Copilot CLI repository may be private, detailed changelog analysis was not possible. The version increment suggests a patch release with likely bug fixes or minor improvements. NPM metadata shows publication on 2026-02-11.

Next Steps:

  1. Install and test 0.0.407 in a development environment
  2. Compare CLI help output between versions
  3. Run integration tests before production deployment
  4. Complete the recompile process once Go 1.25.0 toolchain is available

OpenAI Codex: 0.98.0 → 0.99.0

Update Timeline

  • 0.98.0: Released 2026-02-05
  • 0.99.0: Released 2026-02-11 (6 day interval)

Package Information

Release Highlights (from GitHub)

View Key Features

New Features

View Bug Fixes

Bug Fixes

View Full Changelog

Documentation

Chores

Full Changelog: openai/codex@rust-v0.98.0...rust-v0.99.0

Impact Assessment

  • Risk: Medium
  • Affects: Core TUI functionality, MCP server lifecycle, shell command execution, image handling, network policy
  • Breaking Changes: None explicitly mentioned
  • Security Updates: RUSTSEC-2026-0009 (time dependency vulnerability)

Recommendations

Update Priority: High (due to security fix and MCP server improvements)

Testing Strategy:

  1. Test concurrent shell command execution in active turns
  2. Verify MCP server fail-fast behavior on startup
  3. Test image attachment with GIF/WebP formats
  4. Validate network constraint enforcement with requirements.toml
  5. Test TUI improvements (statusline, resume picker, input handling)

Migration Notes:

  • No breaking changes identified
  • Enterprise configurations should review new network constraint options in requirements.toml
  • App-server integrations can leverage new steering and notification APIs

MCP Gateway: v0.1.0 → v0.1.2

Update Timeline

  • v0.1.0: Initial release
  • v0.1.1: Released 2026-02-12 01:08 UTC
  • v0.1.2: Released 2026-02-12 01:14 UTC (6 minute interval - likely hotfix)

Package Information

Release Highlights (from GitHub)

This maintenance release brings improved documentation accuracy, automated compliance monitoring, and enhanced tool discovery capabilities to MCP Gateway.

What's New

  • Tool Discovery Catalog - MCP Gateway now automatically generates a tools.json file in the log directory, providing an up-to-date catalog of all available tools across your backend MCP servers. This makes it easy to discover capabilities without making RPC calls, perfect for monitoring, documentation, and client configuration. Each tool entry includes its name and description, organized by server ID. (Add tools.json logging for MCP server tool discovery gh-aw-mcpg#903)

  • Automated GPL Dependency Detection - New daily agentic workflow automatically scans Go dependencies for GPL-licensed packages (GPL, AGPL, LGPL) that may conflict with licensing requirements. The workflow queries multiple sources, traces transitive dependencies, and creates actionable issues with remediation guidance when GPL packages are detected. (Add agentic workflow for daily GPL dependency detection gh-aw-mcpg#902)

Documentation

View Full Changelog

What's Changed

Full Changelog: github/gh-aw-mcpg@v0.1.0...v0.1.2

Docker Image

The Docker image for this release is available at:

docker pull ghcr.io/github/gh-aw-mcpg:v0.1.2
# or
docker pull ghcr.io/github/gh-aw-mcpg:latest

Supported platforms: linux/amd64, linux/arm64

Impact Assessment

  • Risk: Low
  • Affects: Tool discovery, dependency scanning, documentation accuracy
  • Breaking Changes: None

Recommendations

Update Priority: Medium

Key Benefits:

  1. Improved observability with automatic tools.json catalog generation
  2. Proactive GPL license detection to prevent licensing conflicts
  3. Corrected documentation reduces configuration errors

Migration Notes:

  • No configuration changes required
  • The new tools.json file will appear automatically in the log directory
  • GPL dependency workflow runs daily and creates issues when GPL packages are detected

References

  • Workflow Run: §21930621704
  • Constants Updated: pkg/constants/constants.go:312, pkg/constants/constants.go:337, pkg/constants/constants.go:346

Next Steps

  1. Complete make recompile once Go 1.25.0 toolchain is available
  2. Run integration tests for all three updated tools
  3. Deploy to development environment for validation
  4. Update production deployments after successful testing

AI generated by CLI Version Checker

  • expires on Feb 14, 2026, 2:04 AM UTC

Metadata

Metadata

Labels

automationcookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency file

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions