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.
Layout engine starts tracking content that draws outside its box
Not switched on
Useful1Signal3
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's wrong with this entry?
Anonymous. No account, no email.
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.