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.0.15 Home All releases olderv2.0.14 v2.0.17newer
Claude Code v2.0.15

Permission UI Component Refactoring

What: Tool permission confirmation component optimized with React hooks for better performance.

Details:

  • Function Uu() at line 387386 now uses useMemo for telemetry data (line 387407)
  • Uses custom hook JE() for permission tracking
  • Replaces direct function call Aq() with memoized approach
  • Evidence: v2.0.14 function Yu() at line 386492 called Aq() directly; v2.0.15 memoizes with useMemo

See this entry in the whole of v2.0.15 →