-
Notifications
You must be signed in to change notification settings - Fork 244
Description
Update Summary
- Current Version: 2.1.42 → Latest Version: 2.1.44
- Release Timeline: Feb 13, 2026 → Feb 16, 2026 (3 days, skipped 2.1.43)
- Breaking Changes: Unknown (no public changelog)
- Update Priority: Low (minor version bump)
Changes Analysis
Version 2.1.42 (Feb 13, 2026 18:56:56 UTC)
- Previous stable version
Version 2.1.44 (Feb 16, 2026 20:51:18 UTC)
- Latest stable version
- Note: Version 2.1.43 was skipped in the release sequence
Impact Assessment
- Risk: Low - Minor version increment with no documented breaking changes
- Affects: Claude Code CLI functionality in agentic workflows
- Testing Required: Standard integration tests
Changelog Information
Claude Code does not have a public GitHub repository or published changelog. Changes between versions are not publicly documented. The package metadata shows:
NPM Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
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."
CLI Discovery
Due to container restrictions in the CI environment, CLI help output comparison could not be performed. The following analysis methods were attempted:
Installation Limitations
- Global npm install requires elevated permissions not available in the sandbox
- Container security flags prevent sudo usage
- CLI binary not accessible for --help comparison
Recommendation: Manual testing in a local environment to discover CLI changes between versions.
Implementation Status
Files Modified:
pkg/constants/constants.go- UpdatedDefaultClaudeCodeVersionfrom "2.1.42" to "2.1.44"
Build Status:
make recompile failed due to Go 1.25.0 toolchain unavailability in CI environment
- Error:
go: download go1.25.0 for linux/amd64: toolchain not available - The constants file has been updated successfully
- Workflow lock files need to be regenerated when build environment is available
Recommendations
- Manual Testing: Test Claude Code 2.1.44 locally to identify any behavioral changes
- CLI Discovery: Run
claude-code --helpto discover new commands or flags - Integration Tests: Run full test suite after build environment is restored
- Build Fix: Resolve Go toolchain availability before merging
Next Steps
- Fix Go toolchain issue in CI environment
- Run
make recompilesuccessfully to update workflow lock files - Test Claude Code 2.1.44 with sample workflows
- Compare CLI help output between 2.1.42 and 2.1.44
- Verify no breaking changes in production workflows
Package Links
- NPM Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
- Specific Versions:
References:
Generated by CLI Version Checker
- expires on Feb 19, 2026, 10:02 AM UTC