Changelog
Bug fixes
- af26719 fix(claude): probe XDG-side credentials in status/identity/logout/validate (Fixes #70) — XDG-side Claude credentials (the layout every current Claude Code install uses) are now visible to
caam status, identity loading,caam verify, andcaam logout. Supersedes v0.1.14.
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.14...v0.1.15