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

Custom theme loading survives storage errors

You'll notice
Useful2 Signal1
Elsewhere

A failure reading custom themes no longer breaks theme loading entirely.

What

A failure reading your custom themes no longer breaks theme loading. Listing and reading are wrapped so Claude Code keeps whatever themes it already has or could read.

Details
  • A failed listing logs "[theme] list themes failed" and retains the previously loaded themes.
  • A failed batch read logs "[theme] batched theme read failed" and continues with the readable ones.
  • A single unreadable theme is counted as a read error and skipped.
Evidence

[theme] batched theme read 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.228 →