Skip to content

[ca] Update Agentic CLI Tools: Claude Code 2.0.25, Copilot CLI 0.0.348, GitHub MCP Server v0.19.1 #2093

@github-actions

Description

@github-actions

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: 2.0.24 → 2.0.25
  • GitHub Copilot CLI: 0.0.347 → 0.0.348
  • GitHub MCP Server: v0.19.0 → v0.19.1
  • OpenAI Codex: No update (0.47.0 is current)

📦 Claude Code v2.0.25

Version Details

  • Previous: 2.0.24 (published Oct 20, 2025)
  • New: 2.0.25 (published Oct 21, 2025)
  • Release Interval: 1 day

Changes

New Features:

  • Added --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:

--plugin-dir <paths...>   Load plugins from directories for this session only (repeatable)

Impact Assessment

  • Risk Level: Low
  • Affected Features: Plugin loading capability
  • Migration Required: No - new optional feature
  • Workflow Compatibility: No changes needed to existing workflows

Changelog Links

  • NPM: (redacted)
  • Registry: (redacted)

🤖 GitHub Copilot CLI v0.0.348

Version Details

  • Previous: 0.0.347 (published Oct 21, 2025)
  • New: 0.0.348 (published Oct 22, 2025)
  • Release Interval: 1 day

Changes

New Features:

  • Added --disable-parallel-tools-execution flag: Disable parallel execution of tools (LLM can still make parallel tool calls, but they will be executed sequentially)
  • Added --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:

--disable-parallel-tools-execution  Disable parallel execution of tools (LLM can still make 
                                     parallel tool calls, but they will be executed sequentially)
--stream <mode>                     Enable or disable streaming mode (choices: "on", "off")

Impact Assessment

  • Risk Level: Low
  • Affected Features: Tool execution control and streaming behavior
  • Migration Required: No - new optional features
  • Workflow Compatibility: No changes needed to existing workflows

Changelog Links

  • NPM: (redacted)
  • Registry: (redacted)

🐙 GitHub MCP Server v0.19.1

Version Details

  • Previous: v0.19.0
  • New: v0.19.1 (released Oct 21, 2025)

Changes

Features/Fixes:

  • Split up tooling utility (commit c01959536b5a53d19ba0e8ebbaadbb20e253532d)

Dependencies:

  • Updated sigstore/cosign-installer from 3.10.0 to 4.0.0
  • Updated github/codeql-action from 3 to 4
  • Updated golang from 1.25.1-alpine to 1.25.3-alpine

Security: None explicitly mentioned
Breaking Changes: None

Impact Assessment

  • Risk Level: Low
  • Affected Features: Internal tooling organization
  • Migration Required: No
  • Workflow Compatibility: No changes needed

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
  • All .lock.yml files in .github/workflows/: Regenerated with new CLI versions

Verification

All workflows compiled successfully with no errors. The updates are backward compatible and require no changes to existing workflow definitions.


📋 Recommendations

  1. Approve and merge: All updates are low-risk with no breaking changes
  2. Test workflows: Consider running a few representative workflows to verify
  3. Monitor: Watch for any unexpected behavior in the next few workflow runs
  4. Future: Consider automating this update process more frequently (currently manual)

🔍 Testing Performed

  • ✅ Fetched latest versions from NPM registry and GitHub releases
  • ✅ Installed and tested CLI tools with --help to discover new features
  • ✅ Updated constants.go with new versions
  • ✅ Ran make recompile successfully (42/42 workflows compiled)
  • ✅ Verified no compilation errors or warnings
  • ✅ Confirmed backward compatibility

Generated: 2025-10-22 by CLI Version Checker workflow
Run ID: 18703293232

AI generated by CLI Version Checker

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions