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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Layout engine starts tracking content that draws outside its box

Not switched on
Useful1 Signal3
Terminal UI

Terminal layout can now track content drawing outside its box, but nothing uses the flag yet.

A layout flag for descendants escaping their bounds exists and is cleared on fast paths, but no code reads it.

What

Terminal layout nodes gained a flag for having a descendant that escapes its bounds, cleared on the fast paths that skip layout. Nothing uses it yet; it is groundwork.

Evidence

hasEscapingDescendant

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