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.120 Home All releases olderv1.0.119 v1.0.122newer
Claude Code v1.0.120

Removed Internal Functions

What: Several internal functions were removed as part of the permissions model refactoring.

Removed functions:

  • sBB() - Generic allow/deny rule generator (line 374871-374901)
  • pBB() - Old read permission default paths (line 374680-374713)
  • i9B() - Old bash file path analyzer (line 382301-382346)
  • Various permission getter functions: ZQB(), GQB(), YQB(), pb6(), ib6(), JQB() (lines 375215-375242)

Reason: Replaced by new permission model implementation with separate read/write functions.

Evidence

Diff sections showing removed functions

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

See this entry in the whole of v1.0.120 →