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
macOS Keychain credentials for nightly consolidation. When claude /login
stores OAuth credentials in the macOS login Keychain instead of ~/.claude/.credentials.json (the file is absent on a normal desktop-app
setup), the subscription check now falls back to the Keychain item, so the
nightly claude -p path is found. Added IAI_MCP_CLAUDE_BARE=0 to drop the --bare flag for setups where claude --bare -p reports "Not logged in"
while plain claude -p authenticates. Default behavior unchanged.