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

The terminal UI survives a layout crash instead of exiting

You'll notice
Useful4 Signal2
Terminal UI

A drawing crash now retries the frame instead of dropping you out of the session.

What

A layout pass that throws while drawing the interface is now retried immediately rather than taking the session down. If the retry also throws, that single frame is dropped and an error is reported.

Details
  • Tracks whether the last layout failed and how many commits in a row have failed, and reports separately when failures persist across many consecutive commits.
  • Repeated faults with the same message are logged once and then suppressed, under a capped budget of debug lines.
Evidence

ink layout pass still throwing after many consecutive commits, frames dropped

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 →