-
Notifications
You must be signed in to change notification settings - Fork 205
Description
Update Claude Code CLI
Previous Version: 2.0.75 → New Version: 2.0.76
Release Timeline:
- 2.0.75 released: 2025-12-20 (17:19:09 UTC)
- 2.0.76 released: 2025-12-22 (23:56:39 UTC)
- Update frequency: 2 days between releases
Changes Analysis
Breaking Changes
None detected
CLI Changes
None detected - help output between 2.0.75 and 2.0.76 is identical
Bug Fixes
Patch release - likely contains internal bug fixes and improvements
Security Updates
None explicitly mentioned
Performance
No performance-related changes mentioned in release metadata
Impact Assessment
Risk Level: Low
Affected Features: None - CLI interface unchanged
Migration Required: No - drop-in replacement
CLI Discovery Results
Compared help output between versions 2.0.75 and 2.0.76:
- No new commands detected
- No new command-line flags detected
- No deprecated or removed features detected
- No changes in default behaviors detected
The CLI interface remains fully compatible with existing workflows.
Package Information
NPM Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
Package Description: Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.
Note: Claude Code does not have a public GitHub repository. Release notes are not publicly available.
Implementation
Updated pkg/constants/constants.go:
const DefaultClaudeCodeVersion Version = "2.0.76"Ran make recompile to regenerate all workflow lock files with the new version.
Verification
All 123 workflow files successfully compiled with the new Claude Code version. No compilation errors or warnings related to the version change.
AI generated by CLI Version Checker