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 v1.0.88 Home All releases olderv1.0.87 v1.0.89newer
Claude Code v1.0.88

Fixed: Authentication cache inconsistency during login/logout

  • Issue: Beta feature flags were not being properly cleared during authentication changes, potentially causing users to see incorrect features after logging in/out or switching accounts
  • Cause: Only one of three related beta feature caches was being cleared, leaving stale data in the other two caches
  • Resolution: Added a new oV1() function that clears all three beta feature caches (_p1, Aw, and xp1) during login and logout operations
  • Affected versions: 1.0.87 and earlier
  • Impact: Users should no longer experience issues where:
  • Features remain accessible after logging out
  • Features don't appear after logging into an entitled account
  • Stale feature states persist when switching between accounts

See this entry in the whole of v1.0.88 →