Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 24, 2025

Updates the default GitHub MCP Server Docker image version to v0.22.0, released November 24, 2025. This version includes improved PR template integration, better error reporting for review comments, and performance optimizations for lockdown mode.

Changes

  • Version constant: DefaultGitHubMCPServerVersion updated in pkg/constants/constants.go
  • Test expectations: Updated version assertions across 7 test files
  • Workflow lock files: Regenerated all 94 .lock.yml files with new Docker image reference

New Capabilities in v0.22.0

  • PR creation now uses repository PR templates automatically
  • Review comment API failures are now reported instead of silently failing
  • In-memory cache improves lockdown mode performance
  • Go SDK Migrator agent available for migration workflows

All changes are backward compatible with no breaking changes or migration requirements.

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update GitHub MCP Server from v0.21.0 to v0.22.0</issue_title>
<issue_description>## Version Update

  • Previous: v0.21.0 → New: v0.22.0
  • Release Date: November 24, 2025 (09:46:01 UTC)
  • Timeline: Released 7 days after v0.21.0 (released November 17, 2025)

Breaking Changes

None detected

New Features

  • Go SDK Migrator Agent: New agent for Go SDK migration workflows
  • Copilot Instructions: Added Copilot-specific instructions to improve workflow integration
  • OpenAI Codex Installation Guide: New documentation for OpenAI Codex integration
  • Remote Server Headers: Added remote server header support for lockdown configuration
  • In-Memory Cache: Added in-memory cache for lockdown mode performance improvements
  • Go Report Card: Added badge to README for code quality visibility

Bug Fixes

  • PR Review Comment Error Reporting: Now reports errors when API silently fails to add review comments (previously failed silently)
  • PR Template Instructions: LLM now properly instructed to use pull request templates when creating PRs

Security

None listed

Performance

  • In-memory cache for lockdown mode should improve performance for locked-down repositories

CLI Discovery

Not applicable - GitHub MCP Server is a Go binary, not a CLI tool with discoverable commands

Impact Assessment

  • Risk Level: Low
  • Affected Features:
    • Pull request creation workflows (now uses PR templates)
    • Review comment workflows (better error handling)
    • Lockdown mode operations (performance improvement)
    • Go SDK migration workflows (new agent)
  • Migration Required: No - all changes are additive or improvements to existing functionality

Release Highlights (from GitHub)

What's Changed

New Contributors

Package Links

Action Items

  • Update version in ./pkg/constants/constants.go
  • Run make recompile to regenerate workflows
  • Test that workflows still function correctly
  • Verify PR template integration works as expected
  • Confirm lockdown mode cache improvements

AI generated by CLI Version Checker</issue_description>

Comments on the Issue (you are @copilot in this section)


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

Copilot AI and others added 2 commits November 24, 2025 16:43
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update GitHub MCP Server from v0.21.0 to v0.22.0 Update GitHub MCP Server from v0.21.0 to v0.22.0 Nov 24, 2025
Copilot AI requested a review from pelikhan November 24, 2025 16:52
Copilot finished work on behalf of pelikhan November 24, 2025 16:52
@pelikhan pelikhan marked this pull request as ready for review November 24, 2025 16:59
Copilot AI review requested due to automatic review settings November 24, 2025 16:59
@pelikhan pelikhan merged commit 55b9ad0 into main Nov 24, 2025
85 checks passed
@pelikhan pelikhan deleted the copilot/update-github-mcp-server branch November 24, 2025 16:59
Copilot finished reviewing on behalf of pelikhan November 24, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] Update GitHub MCP Server from v0.21.0 to v0.22.0

2 participants