Changelog
Bug fixes
- d224776 fix(claude): stop stale legacy credentials shadowing fresh XDG-side ones (Fixes #72) — credential discovery now tiers valid credentials above stale ones, so an expired or corrupt legacy
~/.claude/.credentials.jsonno longer shadows fresh XDG-side credentials; when both sides are valid, the fresher expiry wins. Supersedes v0.1.15.
Verification
Assets are signed with the pinned caam release key (cosign.pub in the repository), matching the fallback verification path in install.sh:
cosign verify-blob --key cosign.pub --bundle SHA256SUMS.sig SHA256SUMS
Full Changelog: v0.1.15...v0.1.16