You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): cap auto-update at current major version
Intersect the config's required_version range with <(major+1).0.0
so auto-update never pulls in a new major version with potential
breaking changes. E.g., if current is 4.14.2 and range is ">=4.1.0",
installs ">=4.1.0 <5.0.0" instead of ">=4.1.0".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments