Update Claude Code to 2.0.21 and GitHub Copilot CLI to 0.0.343#1848
Merged
Update Claude Code to 2.0.21 and GitHub Copilot CLI to 0.0.343#1848
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Claude Code to 2.0.21 and GitHub Copilot CLI to 0.0.343
Update Claude Code to 2.0.21 and GitHub Copilot CLI to 0.0.343
Oct 17, 2025
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
Summary
Updates the default CLI versions for agentic workflow engines to their latest stable releases. This includes 2 CLI version bumps and automatic recompilation of all 26 workflow lock files.
Changes
Version Updates
Claude Code: 2.0.19 → 2.0.21
GitHub Copilot CLI: 0.0.342 → 0.0.343
/modelslash command)--additional-mcp-configflag for augmenting MCP server configuration/terminal-setupView full changelog →
Files Modified
pkg/constants/constants.go: UpdatedDefaultClaudeCodeVersionandDefaultCopilotVersionconstants.lock.ymlfiles: Automatically recompiled with new CLI versionsValidation
✅ All 64 workflow files compiled successfully
✅ Go linting passed with no issues
✅ JavaScript linting passed with no issues
✅ All 534 JavaScript tests passed
✅ Code formatting validated
✅ Binary built successfully
✅ Git status clean - only expected files modified
Impact
Risk Level: Low
Affected Features: All workflows using Claude (
engine: claude) and Copilot (engine: copilot) enginesMigration Required: No - backward compatible updates
Notable Benefits: Haiku 4.5 model availability, improved Windows path handling, better MCP configuration flexibility for testing
Testing
The version changes were applied through the standard process:
pkg/constants/constants.gogh-awbinary withmake buildmake recompilemake fmt,make lint, andmake test-jsAll workflows will automatically use the new CLI versions on their next execution.
Original prompt
This section details on the original issue you should resolve
<issue_title>[ca] Update Claude Code to 2.0.21 and GitHub Copilot CLI to 0.0.343</issue_title>
<issue_description>## Summary
Automated update of agentic CLI tool versions to latest stable releases. This update includes 2 CLI version bumps and recompilation of all workflow lock files.
Updated CLIs
1. Claude Code
Changes:
Impact Assessment:
Notes:
2. GitHub Copilot CLI
Changes:
Breaking Changes: None
New Features:
/modelslash command to equip)--additional-mcp-configflag to augment MCP server configuration per sessioncopilot --additional-mcp-config '{...}'copilot --additional-mcp-config @/path/to/config.json/terminal-setupfor multi-line input supportBug Fixes: None explicitly listed
Improvements:
fixes githubnext/gh-aw#261)Impact Assessment:
Changelog Link: https://github.com/github/copilot-cli/releases/tag/v0.0.343
CLIs With No Updates
3. OpenAI Codex
4. GitHub MCP Server
Testing & Validation
✅ All 26 workflow lock files successfully recompiled with new versions
✅ No compilation errors or warnings
✅ Git status verified - only expected files modified
✅ No unintended file changes in workflows
Files Changed
pkg/constants/constants.go- Updated version constants.lock.ymlfiles - Recompiled with new CLI versionsRecommendations
Update Process
This update was performed by the automated CLI Version Checker workflow following the standard process:
make recompileto update all workflows🤖 Generated with Claude Code
Fixes #1845
💡 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.