-
Notifications
You must be signed in to change notification settings - Fork 237
Description
3 CLI tools have been updated in pkg/constants/constants.go. The make recompile step was skipped because the Go 1.25.0 toolchain required by go.mod could not be downloaded in the sandboxed environment.
Update Summary
| Tool | Previous | Latest | Status |
|---|---|---|---|
| Claude Code | 2.1.47 |
2.1.49 |
Updated |
| GitHub Copilot CLI | 0.0.411 |
0.0.412 |
Updated |
| GitHub MCP Server | v0.30.3 |
v0.31.0 |
Updated |
| Codex | 0.104.0 |
0.104.0 |
No change |
| MCP Gateway | v0.1.4 |
v0.1.4 |
No change |
| Playwright MCP | 0.0.68 |
0.0.68 |
No change |
| Playwright Browser | v1.58.2 |
v1.58.2 |
No change |
Update Claude Code
- Version:
2.1.47→2.1.49(via2.1.48) - Breaking Changes: None detected
- Update Priority: Low
View Details
Intermediate Versions
2.1.47(previous)2.1.48(intermediate)2.1.49(latest)
NPM Package
- Description: "Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you."
- No public GitHub repository available; changelog not accessible
CLI Discovery
Claude Code CLI is installed at /opt/hostedtoolcache/node/24.13.0/x64/bin/claude. No new subcommands or major flag changes detected between minor patch versions.
View Migration Guide
No migration steps required for this patch update. Update is applied via DefaultClaudeCodeVersion constant change.
Impact Assessment
- Risk: Low (patch versions, no breaking changes)
- Affects: Claude engine workflows
- Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
Update GitHub Copilot CLI
- Version:
0.0.411→0.0.412 - Breaking Changes: None detected
- Update Priority: Low
Note: Copilot CLI repository is private. Full changelog unavailable.
View Details
NPM Metadata
- Description: "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal."
- Repository is private; release notes are not publicly accessible
CLI Discovery
No new subcommands or flags detected from NPM metadata for this minor patch version bump.
WARNING: Full integration test run is recommended when upgrading Copilot CLI (noted in source code comments).
View Migration Guide
No migration steps required for this patch update. Update is applied via DefaultCopilotVersion constant change. Run full integration tests to verify compatibility.
Impact Assessment
- Risk: Low-Medium (private repo; requires integration test verification)
- Affects: Copilot engine workflows
- Package: https://www.npmjs.com/package/`@github/copilot`
Update GitHub MCP Server
- Version:
v0.30.3→v0.31.0 - Breaking Changes: None (additive changes only)
- Update Priority: Medium
View Full Changelog
Release Highlights (from GitHub)
Streamable HTTP Support
The GitHub MCP Server now includes native Streamable HTTP support via a new http command, bringing much of the HTTP Streamable functionality previously hosted at api.githubcopilot.com/mcp directly into this repository. See https://github.com/github/github-mcp-server/blob/main/docs/streamable-http.md for setup and usage details.
Insiders Mode
A new opt-in mode for experimental tooling and features. The first experiment available through Insiders Mode is MCP Apps — see github/github-mcp-server#2048 for more details.
Context Reduction
Tool responses across multiple tools have been significantly trimmed, reducing context usage and improving efficiency for LLM interactions.
Copilot Tools Enabled by Default
Copilot-related tools are now included in the default toolset. When using api.githubcopilot.com/mcp, tools that aren't available for your Copilot plan are automatically hidden.
Key Changes
Features
- Add Streamable HTTP mode — Add Streamable HTTP mode. github-mcp-server#1849
- Expose HTTP port — Expose HTTP port github-mcp-server#1967
- Add reply to PR comment — Add reply to PR comment github-mcp-server#1856
- Add initial PoC for MCP Apps for select tools under Insiders — Add initial PoC for MCP Apps for select tools under Insiders github-mcp-server#1957
- Add ProjectV2 status update tools (list, get, create) — Add ProjectV2 status update tools (list, get, create) github-mcp-server#1987
- Token scopes context — Token scopes context github-mcp-server#1997
- Add
--exclude-tools(andX-MCP-Exclude-Tools) flag to enable shutting off tools as part of server configuration — Add --exclude-tools (and X-MCP-Exclude-Tools) flag to enable shutting off tools as part of server configuration github-mcp-server#2036 - Add shared SchemaCache for streamable-http server — Add shared SchemaCache for streamable-http server github-mcp-server#1993
- Improve AI issue triage to detect unfilled templates — Improve AI issue triage to detect unfilled templates github-mcp-server#2030
Context/Performance Improvements
- Reduce context usage for getting a Pull Request — Reduce context usage for getting a Pull Request github-mcp-server#2017
- Optimize context usage for getting an issue using
issue_readtool — Optimize context usage for getting an issue using theissue_readtool github-mcp-server#2022 - Reduce context usage when getting issue comments using
issue_read— Reduce context usage when getting issue comments usingissue_readgithub-mcp-server#2024 - Reduce context usage for
create_or_update_filetool — Reduce context usage forcreate_or_update_filetool github-mcp-server#2027
Fixes
- Use Contents API instead of raw endpoint to fetch file content — Use Contents API instead of raw endpoint to fetch file content github-mcp-server#1998
- Fix for -1 in
tailLines— Fix for -1 intailLinesgithub-mcp-server#2047 - Pin Docker base images to SHA256 digests — fix: pin Docker base images to SHA256 digests github-mcp-server#2040
Removals
- Remove old non-consolidated Actions and Projects toolsets — Remove old non-consolidated Actions and Projects toolsets github-mcp-server#1958
Dependencies
- Bump docker/login-action from 3.6.0 to 3.7.0 — build(deps): bump docker/login-action from 3.6.0 to 3.7.0 github-mcp-server#1938
- Bump github.com/modelcontextprotocol/go-sdk from 1.2.0 to 1.3.0 — build(deps): bump github.com/modelcontextprotocol/go-sdk from 1.2.0 to 1.3.0 github-mcp-server#1976
- Bump golang from 1.25.6-alpine to 1.25.7-alpine — build(deps): bump golang from 1.25.6-alpine to 1.25.7-alpine github-mcp-server#1975
Full Changelog: github/github-mcp-server@v0.30.3...v0.31.0
View Migration Guide
No breaking changes. Update is applied via DefaultGitHubMCPServerVersion constant change. The new --exclude-tools flag and Streamable HTTP http command are additive features.
Note: The removal of "old non-consolidated Actions and Projects toolsets" (github/github-mcp-server#1958) should be verified against any custom toolset configurations.
Impact Assessment
- Risk: Low-Medium (feature release with context reduction improvements)
- Affects: All workflows using GitHub MCP tools
- Published: 2026-02-19
- Release Notes: https://github.com/github/github-mcp-server/releases/tag/v0.31.0
Build Note
make recompile could not be completed in this run because the Go 1.25.0 toolchain required by go.mod is blocked from downloading in the sandboxed CI environment. The constant changes in pkg/constants/constants.go have been applied and require a manual make recompile to regenerate workflow lock files.
References:
Generated by CLI Version Checker
- expires on Feb 22, 2026, 10:02 AM UTC