-
Notifications
You must be signed in to change notification settings - Fork 278
Open
Labels
automationcookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Summary
4 CLI/MCP updates detected on 2026-03-07. Constants updated and workflows recompiled.
| Tool | Previous | New | Type |
|---|---|---|---|
| Copilot CLI | 0.0.422 | 1.0.2 | MAJOR version bump |
| Claude Code | 2.1.70 | 2.1.71 | Patch |
| GitHub MCP Server | v0.31.0 | v0.32.0 | Minor |
| MCP Gateway | v0.1.8 | v0.1.9 | Patch |
Update: GitHub Copilot CLI
- Version: 0.0.422 → 1.0.2 (via 0.0.423, 1.0.0, 1.0.1, 1.0.2)
- Status:
latest(not pinned) — tracking only
Breaking Changes
None detected — CLI interface and flags are identical between 0.0.422 and 1.0.2 based on help output comparison.
Key Changes
- MAJOR version milestone: The package crossed from 0.x to 1.0.x, signaling stable GA release
copilot config --helpbehavior changed: In 0.0.422,copilot config --helpshowed detailed configuration settings docs. In 1.0.2, the same command shows the standard CLI help (the config help topic is still accessible viacopilot help config)- Main CLI flags, options, commands, and available models are unchanged
View Full CLI Analysis
Available Models (unchanged)
claude-sonnet-4.6, claude-sonnet-4.5, claude-haiku-4.5, claude-opus-4.6, claude-opus-4.6-fast, claude-opus-4.5, claude-sonnet-4, gemini-3-pro-preview, gpt-5.4, gpt-5.3-codex, gpt-5.2-codex, gpt-5.2, gpt-5.1-codex-max, gpt-5.1-codex, gpt-5.1, gpt-5.1-codex-mini, gpt-5-mini, gpt-4.1
Subcommand Help Behavior Change
- In 0.0.422:
copilot config --help→ showed Configuration Settings help topic - In 1.0.2:
copilot config --help→ shows main CLI help - Config settings still accessible via
copilot help config
Impact Assessment
- Risk: Low
- Affects: Copilot engine workflows
- Notes: MAJOR version bump to 1.0.x indicates GA stability milestone. No functional changes detected in CLI interface.
Package Links
- NPM Package: https://www.npmjs.com/package/`@github/copilot`
- Specific versions: https://www.npmjs.com/package/`@github/copilot`?activeTab=versions
Update: Claude Code
- Version: 2.1.70 → 2.1.71 (released 2026-03-06T22:47:03Z)
- Status:
latest(not pinned) — tracking only
Impact Assessment
- Risk: Low
- Affects: Claude engine workflows
- Notes: Patch release, no public changelog available
Package Links
Update: GitHub MCP Server
- Version: v0.31.0 → v0.32.0 (released 2026-03-06)
- Status: Pinned — constants.go updated
Key Features
- Context Reduction: Optimized tool outputs for
get_files,get_pull_request_review_comments,get_pull_request_reviews,add_issue_comments,list_pull_requests,list_tags,list_releases,list_issues— trims to only LLM-needed info - Copilot Tools in Default Toolset: Copilot-specific tools moved to the default
copilottoolset, available without extra configuration - MCP Apps UI Improvements: Better client support detection, clearer confirmation prompts for issue/PR creation, smarter form skipping when issue updates include state changes
- Get Check Runs: New tool to fetch CI check runs
View Full Changelog (v0.31.0 → v0.32.0)
Features
- feat: move copilot tools to default copilot toolset github-mcp-server#2039 — move copilot tools to default copilot toolset
- Get check runs github-mcp-server#1953 — Get check runs (new tool)
Context Optimizations
- Optimize context usage for
get_filesinpull_request_readgithub-mcp-server#2059 — Optimizeget_filesinpull_request_read - Reduce context usage for
get_pull_request_review_commentsusingpull_request_readgithub-mcp-server#2062 — Reduce context forget_pull_request_review_comments - Reduce context for
add_issue_commentsusing minimal types github-mcp-server#2063 — Reduce context foradd_issue_comments - Reduce context usage for
get_pull-request_reviewsgithub-mcp-server#2066 — Reduce context forget_pull_request_reviews - Reduce context usage for
list_pull_requestsgithub-mcp-server#2087 — Reduce context forlist_pull_requests - Reduce context usage for
list_tagsgithub-mcp-server#2088 — Reduce context forlist_tags - Reduce context usage for
list_releasesgithub-mcp-server#2091 — Reduce context forlist_releases - Reduce context usage for list_issues github-mcp-server#2098 — Reduce context for
list_issues
Bug Fixes
- Fix panic when fetching resources fails due to network error github-mcp-server#1506 — Fix panic when fetching resources fails due to network error
- fix: Handle empty files in get_file_contents github-mcp-server#2042 — Handle empty files in
get_file_contents - Stricter matching for github.com and ghe.com URLs github-mcp-server#2127 — Stricter matching for github.com and ghe.com URLs
- Gracefully handle numeric parameters passed as strings github-mcp-server#2130 — Gracefully handle numeric parameters passed as strings
- Fix SHA validation in create_or_update_file github-mcp-server#2134 — Fix SHA validation in
create_or_update_file - Correctly wrap GraphQl error github-mcp-server#2149 — Correctly wrap GraphQL error
MCP Apps UI
- Enhance client support checks for MCP Apps UI rendering github-mcp-server#2051 — Enhance client support checks
- Update MIME types for UI resources to include profile for MCP Apps github-mcp-server#2078 — Update MIME types for UI resources
- Clarify user confirmation requirement in issue and pull request creation messages github-mcp-server#2094 — Clarify user confirmation requirement in issue/PR creation messages
- Make UI submit message prior to click even more insistent github-mcp-server#2096 — Make UI submit message more insistent
- Skip MCP Apps UI form when issue_write update includes a state change github-mcp-server#2163 — Skip MCP Apps UI form when issue update includes state change
Impact Assessment
- Risk: Low
- Affects: GitHub MCP server tooling, context window efficiency (positive)
- Notes: Context reduction improvements will benefit all agent workflows by reducing token usage
Package Links
- Repository: https://github.com/github/github-mcp-server
- Release Notes: https://github.com/github/github-mcp-server/releases/tag/v0.32.0
Update: MCP Gateway (gh-aw-mcpg)
- Version: v0.1.8 → v0.1.9 (released 2026-03-06T23:18:24Z)
- Status: Pinned — constants.go updated
Key Changes
- MCP Protocol 2025-11-25: Now negotiates using the latest protocol version, improving compatibility
- go-sdk v1.4.0: Upgraded MCP Go SDK, removed deprecated
HTTPTransport - Config Schema v0.53.6: Latest schema validation
customSchemasDocumentation: New docs on custom schema URL configuration
Bug Fixes
- Fixed duplicate
TestWithResponseLoggingcausing CI lint failures - Corrected GitHub MCP test session fixture
Impact Assessment
- Risk: Low
- Affects: MCP Gateway container used as default sandbox.agent container
- Notes: Maintenance release, no breaking changes for end users. Protocol upgrade improves compatibility.
View Full Changelog (v0.1.8 → v0.1.9)
- 🔄 chore: update schema URL to v0.53.2 gh-aw-mcpg#1592 — Update schema URL to v0.53.2
- refactor: eliminate three duplicate code patterns in launcher, config, and server packages gh-aw-mcpg#1585 — Eliminate duplicate code patterns in launcher, config, and server packages
- fix: remove duplicate TestWithResponseLogging causing lint failure on merge gh-aw-mcpg#1599 — Remove duplicate TestWithResponseLogging causing lint failure
- go-sdk v1.4.0 upgrade + protocol constant consolidation + HTTPTransport removal gh-aw-mcpg#1598 — go-sdk v1.4.0 upgrade + protocol constant consolidation + HTTPTransport removal
- 🔄 chore: update schema URL to v0.53.4 gh-aw-mcpg#1610 — Update schema URL to v0.53.4
- Resolve isHTTPConnectionError TODO and update MCPProtocolVersion to 2025-11-25 gh-aw-mcpg#1619 — Update MCPProtocolVersion to 2025-11-25
- Eliminate duplicate constants: centralize DefaultLogDir, DefaultPayloadDir, DefaultPayloadSizeThreshold in config package gh-aw-mcpg#1620 — Centralize duplicate constants
- docs: add customSchemas documentation and clarify domain uppercase constraint gh-aw-mcpg#1606 — Add customSchemas documentation
- Fix test GitHub mcp session gh-aw-mcpg#1630 — Fix test GitHub MCP session
- refactor: eliminate duplicate RPCMessageInfo construction and document flag-default pattern gh-aw-mcpg#1567 — Eliminate duplicate RPCMessageInfo construction
- 🔄 chore: update schema URL to v0.53.6 gh-aw-mcpg#1640 — Update schema URL to v0.53.6
- Refactor: Consolidate micro-files and extract Docker helpers gh-aw-mcpg#1641 — Consolidate micro-files and extract Docker helpers
Package Links
- Repository: https://github.com/github/gh-aw-mcpg
- Release Notes: https://github.com/github/gh-aw-mcpg/releases/tag/v0.1.9
- Docker Image:
ghcr.io/github/gh-aw-mcpg:v0.1.9
Actions Taken
- Updated
pkg/constants/constants.go:DefaultGitHubMCPServerVersionv0.31.0 → v0.32.0,DefaultMCPGatewayVersionv0.1.8 → v0.1.9 - Ran
make recompile— 166/166 workflow files compiled successfully
References:
Generated by CLI Version Checker · ◷
- expires on Mar 9, 2026, 9:54 AM UTC
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
automationcookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency file