Skip to content

[ca] Update CLI versions: Copilot 0.0.388, MCP Gateway v0.0.74 #10914

@github-actions

Description

@github-actions

Version Updates Summary

This issue tracks the CLI version updates applied to pkg/constants/constants.go:

  1. GitHub Copilot CLI: 0.0.387 → 0.0.388
  2. MCP Gateway: v0.0.71 → v0.0.74

Update 1: GitHub Copilot CLI

  • Previous Version: 0.0.387
  • New Version: 0.0.388
  • Release Date: January 2026
  • Breaking Changes: None detected
  • Impact: Low - single version increment

Package Information

Changes Analysis

Since the GitHub Copilot CLI repository is private, detailed changelog information is not publicly accessible. The version increment from 0.0.387 to 0.0.388 suggests:

  • Minor bug fixes or improvements
  • No breaking changes (patch-level increment)
  • Standard maintenance update

CLI Discovery

Unable to install and test CLI due to GitHub Actions environment permissions. The tool would need to be installed in a development environment to discover new commands or flags via copilot --help and subcommand exploration.

Impact Assessment

  • Risk Level: Low
  • Affected Features: All Copilot engine workflows
  • Migration Required: No
  • Testing Required: Yes - full integration test run recommended per warning in constants.go

Update 2: MCP Gateway (gh-aw-mcpg)

  • Previous Version: v0.0.71
  • New Version: v0.0.74
  • Timeline: 3 intermediate releases (v0.0.72, v0.0.73, v0.0.74)
  • Release Dates:
    • v0.0.72: January 20, 2026 18:14 UTC
    • v0.0.73: January 20, 2026 18:20 UTC
    • v0.0.74: January 20, 2026 21:44 UTC
  • Breaking Changes: None
  • Impact: Low - maintenance releases with refactoring and bug fixes

Package Information

Release v0.0.72 Highlights

Theme: Code quality and testing improvements

Release v0.0.73 Highlights

Theme: Same as v0.0.72 (consolidated release)

This release contains the same changes as v0.0.72 with additional packaging:

  • SBOM files (sbom.cdx.json, sbom.spdx.json) added to release artifacts
  • Improved release notes formatting

Release v0.0.74 Highlights

Theme: Session management fixes and documentation improvements

Bug Fixes

Documentation Updates

Merged PRs Across All Releases

v0.0.72:

v0.0.74:

Impact Assessment

  • Risk Level: Low
  • Affected Features: MCP Gateway workflows using MCP servers
  • Migration Required: No - backward compatible updates
  • Security: No CVEs mentioned
  • Performance: Code refactoring may improve maintainability but no direct performance changes noted

Testing Recommendations

Copilot CLI Update

Since the Copilot CLI has a warning in constants.go requiring full integration tests:

  1. Run all Copilot engine workflow tests
  2. Verify CLI commands still work as expected
  3. Check for any behavioral changes in agent execution

MCP Gateway Update

  1. Test MCP session persistence across gateway scenarios
  2. Verify authorization handling works correctly
  3. Test both GitHub MCP Server and Serena MCP Server compatibility
  4. Validate Docker image deployment on both linux/amd64 and linux/arm64

Next Steps

  1. Run make recompile to update all workflow files with new versions
  2. Verify generated workflow YAML files reflect version changes
  3. Execute integration test suite for both tools
  4. Monitor for any runtime issues after deployment

Files Modified

  • pkg/constants/constants.go (version constants updated)
  • Workflow YAML files (to be regenerated via recompile)

AI generated by CLI Version Checker

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions