Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.205 Home All releases olderv2.1.204 v2.1.206newer

Keychain error classification

macOS keychain errors are now classified into specific categories for better telemetry and diagnostics:

  • duplicate_item, keychain_unavailable, no_keychain, item_not_found, interaction_not_allowed, user_canceled, auth_failed, keychain_locked, other
  • Relevant error strings recognized: errsecinteractionnotallowed, interaction is not allowed, no user interaction, name or passphrase, errsecnodefaultkeychain, etc.
Evidence

Keychain error classifier (search for "interaction is not allowed") — Q2l() at line ~127346

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.205 →