-
Notifications
You must be signed in to change notification settings - Fork 30
Description
CLI Version Updates - November 4, 2025
Two CLI tools have new versions available and have been updated in pkg/constants/constants.go.
Summary
| Tool | Previous | New | Release Date | Interval |
|---|---|---|---|---|
| Claude Code | 2.0.31 | 2.0.32 | Nov 3, 2025 23:09 UTC | 3.1 days |
| Copilot CLI | 0.0.353 | 0.0.354 | Nov 3, 2025 21:56 UTC | 6.2 days |
| Codex | 0.53.0 | 0.53.0 | No change | - |
| GitHub MCP Server | v0.20.1 | v0.20.1 | No change | - |
Update #1: Claude Code
Version: 2.0.31 → 2.0.32
Timeline:
- 2.0.31 released: October 31, 2025 21:19 UTC
- 2.0.32 released: November 3, 2025 23:09 UTC
- Update interval: ~3.1 days
Changes:
- Breaking Changes: None detected
- New Features: Unknown (no changelog available)
- Bug Fixes: Unknown (no changelog available)
- Security: None listed
- Performance: Unknown
CLI Discovery:
- Help output comparison: No changes detected
- Help file: 50 lines (identical to 2.0.31)
- Commands: No new commands or flags identified
- Deprecated features: None detected
Impact Assessment:
- Risk Level: Low
- Affected Features: None identified
- Migration Required: No
- Testing Required: Standard regression testing
Changelog:
- NPM Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
- No GitHub repository changelog available
- Package metadata shows no description changes
Update #2: Copilot CLI
Version: 0.0.353 → 0.0.354
Timeline:
- 0.0.353 released: October 28, 2025 17:03 UTC
- 0.0.354 released: November 3, 2025 21:56 UTC
- Update interval: ~6.2 days
Changes:
- Breaking Changes: None detected
- New Features: Unknown (no changelog available)
- Bug Fixes: Unknown (no changelog available)
- Security: None listed
- Performance: Unknown
CLI Discovery:
- Help output comparison: No changes detected
- Help file: 104 lines (identical to 0.0.353)
- Commands: No new commands or flags identified
- Deprecated features: None detected
- Model options unchanged: claude-sonnet-4.5, claude-sonnet-4, claude-haiku-4.5, gpt-5
Impact Assessment:
- Risk Level: Low
- Affected Features: None identified
- Migration Required: No
- Testing Required: Standard regression testing
Changelog:
- NPM Package: https://www.npmjs.com/package/`@github/copilot`
- No public GitHub repository available
- Package metadata shows no description changes
Changes Applied
File Modified: pkg/constants/constants.go
-const DefaultClaudeCodeVersion = "2.0.31"
+const DefaultClaudeCodeVersion = "2.0.32"
-const DefaultCopilotVersion = "0.0.353"
+const DefaultCopilotVersion = "0.0.354"Next Steps:
- ✅ Constants updated
- ⏳ Run
make recompileto regenerate workflows (requires Go environment) - ⏳ Run tests to verify no regressions
- ⏳ Review and merge changes
Cache Updated:
/tmp/gh-aw/cache-memory/claude-code-2.0.32-help.txt/tmp/gh-aw/cache-memory/copilot-0.0.354-help.txt/tmp/gh-aw/cache-memory/version-check-2025-11-04.txt
Recommendation
✅ Safe to proceed - Both updates appear to be maintenance releases with no breaking changes or new features detected through CLI analysis. The identical help outputs suggest internal improvements, bug fixes, or dependency updates rather than user-facing changes.
Suggested action: Merge after running make recompile and standard regression tests.
Automated Check Date: November 4, 2025 00:51 UTC
Workflow Run: 19054072108
Repository: githubnext/gh-aw
AI generated by CLI Version Checker