-
Notifications
You must be signed in to change notification settings - Fork 296
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: 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-executionflag: 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-installerfrom 3.10.0 to 4.0.0 - Updated
github/codeql-actionfrom 3 to 4 - Updated
golangfrom 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
- Release: https://github.com/github/github-mcp-server/releases/tag/v0.19.1
- Full Changelog: github/github-mcp-server@v0.19.0...v0.19.1
🔄 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.ymlfiles 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
- Approve and merge: All updates are low-risk with no breaking changes
- Test workflows: Consider running a few representative workflows to verify
- Monitor: Watch for any unexpected behavior in the next few workflow runs
- 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
--helpto discover new features - ✅ Updated
constants.gowith new versions - ✅ Ran
make recompilesuccessfully (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