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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Corrupt GitHub PR status cache no longer breaks the display

You'll notice
Useful2 Signal1
GitHub

A corrupted GitHub PR status cache now falls back to empty instead of erroring.

What

The cached GitHub pull request statuses are now checked against an expected shape when loaded. Entries that do not match are dropped, and a file that is not valid JSON gives an empty cache instead of an error.

Details
  • Each entry must have a number, title, state (OPEN, MERGED, CLOSED or DRAFT), check counts (passed/failed/pending), review, and additions/deletions
  • Dropped entries are counted in a debug line
  • The keystore-backed path now logs decode failures instead of quietly returning nothing
  • Always on in this build
Evidence

loadPrStatusCache: dropped ${o} malformed cache entries

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