Update Agentic CLI Tools: Claude Code 2.0.25, Copilot CLI 0.0.348, GitHub MCP Server v0.19.1#2096
Closed
Update Agentic CLI Tools: Claude Code 2.0.25, Copilot CLI 0.0.348, GitHub MCP Server v0.19.1#2096
Conversation
- Update DefaultClaudeCodeVersion from 2.0.24 to 2.0.25 - Update DefaultCopilotVersion from 0.0.347 to 0.0.348 - Update DefaultGitHubMCPServerVersion from v0.19.0 to v0.19.1 - Update test expectations to match new versions - All unit tests passing Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Agentic CLI tools to latest versions
Update Agentic CLI Tools: Claude Code 2.0.25, Copilot CLI 0.0.348, GitHub MCP Server v0.19.1
Oct 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR updates three agentic CLI tools and MCP servers used by gh-aw workflows to their latest versions. All updates are backward compatible and require no changes to existing workflow definitions.
Version Updates
🤖 Claude Code: 2.0.24 → 2.0.25
New Features:
--plugin-dir <paths...>flag: Load plugins from directories for this session only (repeatable)Impact: Low risk - new optional feature with no breaking changes
🚀 GitHub Copilot CLI: 0.0.347 → 0.0.348
New Features:
--disable-parallel-tools-executionflag: Disable parallel execution of tools (LLM can still make parallel tool calls, but they will be executed sequentially)--stream <mode>flag: Enable or disable streaming mode (choices: "on", "off")Impact: Low risk - new optional features with no breaking changes
🐙 GitHub MCP Server: v0.19.0 → v0.19.1
Changes:
sigstore/cosign-installerfrom 3.10.0 to 4.0.0github/codeql-actionfrom 3 to 4golangfrom 1.25.1-alpine to 1.25.3-alpineImpact: Low risk - internal improvements with no API changes
✅ OpenAI Codex: 0.47.0
No update needed - already at the latest version.
Changes Made
Code Changes
Updated
pkg/constants/constants.gowith new version constants:DefaultClaudeCodeVersion = "2.0.25"DefaultCopilotVersion = "0.0.348"DefaultGitHubMCPServerVersion = "v0.19.1"Updated test expectations in 6 test files to match new GitHub MCP Server version:
pkg/workflow/codex_engine_test.gopkg/workflow/copilot_engine_test.gopkg/workflow/docker_predownload_test.gopkg/workflow/github_remote_mode_test.gopkg/workflow/log_parser_docker_format_test.gopkg/workflow/mcp_config_test.goGenerated Files
.github/workflows/pkg/cli/workflows/Validation
All automated checks passed successfully:
make build)make test-unit)make recompile)make agent-finish)Migration
No migration required. All existing workflows will automatically use the new versions on their next run.
References
Generated by: CLI Version Checker workflow (Run ID: 18703293232)
Original prompt
This section details on the original issue you should resolve
<issue_title>[ca] Update Agentic CLI Tools: Claude Code 2.0.25, Copilot CLI 0.0.348, GitHub MCP Server v0.19.1</issue_title>
<issue_description># CLI Version Updates Available
This issue tracks updates to agentic CLI tools and MCP servers used by gh-aw workflows.
Summary
Three tools have new versions available:
📦 Claude Code v2.0.25
Version Details
Changes
New Features:
--plugin-dir <paths...>flag: Load plugins from directories for this session only (repeatable)Bug Fixes: Not documented in NPM registry
Security: None identified
Breaking Changes: None
CLI Discovery
New command-line flag detected via
--help:Impact Assessment
Changelog Links
🤖 GitHub Copilot CLI v0.0.348
Version Details
Changes
New Features:
--disable-parallel-tools-executionflag: Disable parallel execution of tools (LLM can still make parallel tool calls, but they will be executed sequentially)--stream <mode>flag: Enable or disable streaming mode (choices: "on", "off")Bug Fixes: Not documented in NPM registry
Security: None identified
Breaking Changes: None
CLI Discovery
Two new command-line flags detected via
--help:Impact Assessment
Changelog Links
🐙 GitHub MCP Server v0.19.1
Version Details
Changes
Features/Fixes:
Dependencies:
sigstore/cosign-installerfrom 3.10.0 to 4.0.0github/codeql-actionfrom 3 to 4golangfrom 1.25.1-alpine to 1.25.3-alpineSecurity: None explicitly mentioned
Breaking Changes: None
Impact Assessment
Changelog Links
🔄 Update Status
✅ constants.go updated with new versions
✅ make recompile completed successfully
✅ 42 workflow lock files regenerated
Modified Files
pkg/constants/constants.go: Updated version constants.lock.ymlfiles in.github/workflows/: Regenerated with new CLI versionsVerification
All workflows compiled successfully with no errors. The updates are backward compatible and require no changes to existing workflow definitions.
📋 Recommendations
🔍 Testing Performed
--helpto discover new featuresconstants.gowith new versionsmake recompilesuccessfully (42/42 workflows compiled)Generated: 2025-10-22 by CLI Version Checker workflow
Run ID: 18703293232
Comments on the Issue (you are @copilot in this section)
Fixes #2093
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.