Files
thedotmack__claude-mem/tests/shared
Alex Newman fb755ce3ca fix(oauth): sanitize macOS keychain account to match Claude Code (#4045)
Claude Code stores OAuth under -a claude-code-user when the Unix
username fails /^[a-zA-Z0-9._-]+$/ (common on MDM Macs named after
an email). readMacOsKeychain now applies the same sanitize/fallback
so observer batches can read the token those users already have.

Closes #4037

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Alex Newman <thedotmack@users.noreply.github.com>
2026-09-11 02:45:40 -07:00
..