-
Notifications
You must be signed in to change notification settings - Fork 217
Description
Update Claude Code
Previous: 2.0.75 → New: 2.0.76
Release Date: December 22, 2025 (23:56 UTC)
Timeline: 2 days since previous release (2.0.75 on December 20, 2025)
Changes Analysis
Breaking Changes
None detected
New Features
None detected in CLI interface
Bug Fixes
This appears to be a maintenance release. The NPM package metadata shows no description changes:
- Version 2.0.75: Published December 20, 2025 at 17:19 UTC
- Version 2.0.76: Published December 22, 2025 at 23:56 UTC
Security Updates
None identified in this release
CLI Discovery
No CLI changes detected - The help output for 2.0.76 is identical to 2.0.75:
- All commands remain the same:
mcp,plugin,setup-token,doctor,update,install - All flags and options unchanged
- No new features or deprecations in CLI interface
Impact Assessment
Risk Level: Low
Affected Features: None directly affected. This is a maintenance release with no observable CLI changes.
Migration Required: No
Recommendation: Safe to update. No breaking changes or functional differences detected in CLI interface.
Package Links
- NPM Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
- Repository: Not publicly available
- Version 2.0.76: Published December 22, 2025
Technical Details
Help Output Comparison
The complete help output (58 lines) is identical between versions 2.0.75 and 2.0.76, confirming this is likely an internal maintenance release with no user-facing CLI changes.
Update Status
- ✅ Updated
pkg/constants/constants.go - ✅ Ran
make recompilesuccessfully - ✅ All 123 workflows compiled without errors
- ✅ Changes ready for commit
Files Modified
pkg/constants/constants.go(version constant updated)- 51
.lock.ymlworkflow files (regenerated with new version)
Note: Since Claude Code does not have a public GitHub repository, this analysis is based on NPM package metadata and CLI help output comparison. The identical help outputs suggest internal fixes or improvements that don't affect the command-line interface.
AI generated by CLI Version Checker