-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Update Agentic CLI Tools
This PR updates Claude Code and GitHub Copilot CLI to their latest stable releases.
Summary
- Claude Code: 2.0.21 → 2.0.22
- GitHub Copilot CLI: 0.0.343 → 0.0.344
- OpenAI Codex: 0.47.0 (no update)
- GitHub MCP Server: v0.18.0 (no update)
Update: Claude Code 2.0.21 → 2.0.22
Version: 2.0.21 → 2.0.22
Release Timeline: October 16-17, 2025 (~22 hours between releases)
NPM Links: 2.0.21 | 2.0.22
Changes
Breaking Changes: None identified
New Features: Unknown (no public changelog available)
Bug Fixes: Unknown (no public changelog available)
Security: None reported
Performance: Unknown
CLI Changes: None detected via --help comparison
Impact Assessment
- Risk Level: Low
- Affected Features: None expected
- Migration Required: No
- Notes: Minor patch release, likely bug fixes or internal improvements
Update: GitHub Copilot CLI 0.0.343 → 0.0.344
Version: 0.0.343 → 0.0.344
Release Timeline: October 16-18, 2025 (~25 hours between releases)
GitHub Release: v0.0.344
Changes
New Features
- GitHub MCP Server in Prompt Mode: Enabled built-in GitHub MCP server support when using
-pmode - Detached Process Support: Added support for bash tool to execute detached processes
- Model Documentation: Added list of supported models to
copilot help configoutput - Node Version Enforcement: CLI now validates minimum Node.js version at launch
Bug Fixes
- Session Abort Handling: Fixed cleanup of orphaned tool calls when pressing Esc or force-quitting
- Terminal Setup: Simplified messaging for
/terminal-setupcommand
CLI Changes (New Flags)
+ --disable-builtin-mcps Disable all built-in MCP servers
+ (currently: github-mcp-server)Intermediate Version: 0.0.343 Changes
For context, 0.0.343 (released October 16) included:
- Added Haiku 4.5 model support
- New
--additional-mcp-configflag for temporary MCP server configuration - Improved Windows path handling
- Visual improvements (shimmer effect, alignment fixes, contrast improvements)
Impact Assessment
- Risk Level: Low
- Affected Features:
- Prompt mode (
-p) users will now have GitHub MCP server available - Users can disable built-in MCPs with new flag if needed
- Prompt mode (
- Migration Required: No
- Notes: Mostly additive features. The ability to disable built-in MCPs provides opt-out if issues arise.
Testing
- ✅ Successfully ran
make recompilewith new versions - ✅ Compiled 35 workflow files successfully (0 errors, 16 warnings)
- ✅ Updated 30
.lock.ymlworkflow files - ✅ All validations passed (YAML syntax, GitHub Actions schema, expressions)
- ✅ CLI help comparison performed for both tools
References
- Claude Code NPM: (redacted)
- Copilot CLI Releases: https://github.com/github/copilot-cli/releases
- Copilot 0.0.344 Release Notes: https://github.com/github/copilot-cli/releases/tag/v0.0.344
- Copilot 0.0.343 Release Notes: https://github.com/github/copilot-cli/releases/tag/v0.0.343
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
AI generated by CLI Version Checker
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download patch artifact
The patch file is available as an artifact (aw.patch) in the workflow run linked above.
To apply the patch locally:
# Download the artifact from the workflow run https://github.com/githubnext/gh-aw/actions/runs/18610602186
# (Use GitHub MCP tools if gh CLI is not available)
gh run download 18610602186 -n aw.patch
# Apply the patch
git am aw.patchShow patch preview (500 of 712 lines)
From 3af65c05fc3088a2de6593f70d059384d71878d1 Mon Sep 17 00:00:00 2001
From: CLI Version Checker <github-actions[bot]@users.noreply.github.com>
Date: Sat, 18 Oct 2025 04:18:59 +0000
Subject: [PATCH] Update Claude Code to 2.0.22 and Copilot CLI to 0.0.344
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Updated agentic CLI tool versions to their latest stable releases:
- Claude Code: 2.0.21 → 2.0.22
- GitHub Copilot CLI: 0.0.343 → 0.0.344
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---
.github/workflows/artifacts-summary.lock.yml | 4 ++--
.github/workflows/audit-workflows.lock.yml | 4 ++--
.github/workflows/brave.lock.yml | 4 ++--
.github/workflows/changeset-generator.lock.yml | 4 ++--
.github/workflows/ci-doctor.lock.yml | 4 ++--
.github/workflows/cli-version-checker.lock.yml | 4 ++--
.github/workflows/copilot-agent-analysis.lock.yml | 4 ++--
.github/workflows/daily-doc-updater.lock.yml | 4 ++--
.github/workflows/daily-news.lock.yml | 4 ++--
.github/workflows/dev.lock.yml | 4 ++--
.github/workflows/example-workflow-analyzer.lock.yml | 4 ++--
.github/workflows/github-mcp-tools-report.lock.yml | 4 ++--
.github/workflows/go-pattern-detector.lock.yml | 4 ++--
.github/workflows/lockfile-stats.lock.yml | 4 ++--
.github/workflows/mcp-inspector.lock.yml | 4 ++--
.github/workflows/notion-issue-summary.lock.yml | 2 +-
.github/workflows/pdf-summary.lock.yml | 4 ++--
.github/workflows/plan.lock.yml | 4 ++--
.github/workflows/poem-bot.lock.yml | 4 ++--
.github/workflows/q.lock.yml | 4 ++--
.github/workflows/repo-tree-map.lock.yml | 4 ++--
.github/workflows/research.lock.yml | 4 ++--
.github/workfl
... (truncated)