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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Directory listings share one paginator with a 10,000-page ceiling

Under the hood
Useful2 Signal1
Internals

Long directory listings now stop at a ceiling instead of looping forever.

What

Listing loops across skills, tasks, sidecar images, session transcripts for insights, themes, task metadata and session deletion were moved onto a shared paginator that reports done, error or capped, replacing previously unbounded loops.

Details
  • The cap is 10,000 pages, with an optional shared budget across callers.
  • Callers decide what hitting the cap means: task listings are treated as failed, theme listing keeps whatever loaded, and the insights scan keeps the projects it saw and logs how many were left unscanned.
Evidence

pages; treating the listing as failed

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.227 →