Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 20, 2026

Updates default CLI versions for GitHub Copilot (0.0.387 → 0.0.388) and MCP Gateway (v0.0.71 → v0.0.74) across the repository.

Changes

  • Version constants (pkg/constants/constants.go):

    • DefaultCopilotVersion: "0.0.387""0.0.388"
    • DefaultMCPGatewayVersion: "v0.0.71""v0.0.74"
  • Test expectations (pkg/constants/constants_test.go):

    • Updated expected values to match new versions
  • Workflow files: 22 .lock.yml files regenerated via make recompile to propagate version updates

MCP Gateway v0.0.74 highlights

The three-version jump (v0.0.71 → v0.0.74) includes:

  • Fixed MCP session persistence across shell subprocesses
  • Consolidated authorization header parsing (~70 lines duplicate code removed)
  • Enhanced Docker API version detection
  • Documentation cleanup (removed non-production features)

Impact

All Copilot engine workflows and MCP Gateway deployments will use the updated versions. No breaking changes expected based on patch-level version increments.

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update CLI versions: Copilot 0.0.388, MCP Gateway v0.0.74</issue_title>
<issue_description>## 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:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.


Changeset

  • Type: patch
  • Description: Bumps default CLI versions: Copilot 0.0.3870.0.388 and MCP Gateway v0.0.71v0.0.74. Regenerated .lock.yml files to propagate version updates.

Ahoy! This treasure was crafted by 🏴‍☠️ Changeset Generator

Copilot AI and others added 2 commits January 20, 2026 23:00
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI versions: Copilot 0.0.388, MCP Gateway v0.0.74 Update CLI versions: Copilot 0.0.388, MCP Gateway v0.0.74 Jan 20, 2026
Copilot AI requested a review from mnkiefer January 20, 2026 23:12
@pelikhan pelikhan added the smoke label Jan 20, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2026

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2026

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2026

🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰

@github-actions
Copy link
Contributor

Smoke Test Results

Status: FAIL (Serena unavailable)

@Copilot @mnkiefer

AI generated by Smoke Copilot

@github-actions
Copy link
Contributor

Smoke Test: Claude - PASS

✅ GitHub MCP (PRs #8, #10)
⚠️ Serena Go (unavailable)
✅ Playwright (GitHub page)
✅ Tavily Search (3 results)
✅ File Writing
✅ Bash Tool

Overall: PASS (5/6 tests)

AI generated by Smoke Claude

@github-actions
Copy link
Contributor

GitHub MCP: ✅ Fix GitHub Remote MCP auth test returning empty gh api output; ✅ Remove reference to non-existent agentic-campaigns agent
Serena Go: ✅
Playwright: ✅
Tavily: ✅
File write: ✅
Bash cat: ✅
Overall: PASS

AI generated by Smoke Codex

@pelikhan pelikhan marked this pull request as ready for review January 20, 2026 23:54
@pelikhan pelikhan merged commit 9621cd8 into main Jan 21, 2026
213 checks passed
@pelikhan pelikhan deleted the copilot/update-cli-versions branch January 21, 2026 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants