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.0.28 Home All releases olderv2.0.27 v2.0.29newer
Claude Code v2.0.28

Terminal Output Height Detection

What: Improved detection of when terminal output needs to be redrawn, accounting for output height relative to terminal rows.

Details:

  • Now considers whether output height exceeds terminal rows
  • Checks both previous and current state for overflow conditions
  • Prevents visual artifacts when output is taller than terminal
  • Evidence: Enhanced function OL0() at line 70043 (was wL0() in v2.0.27); checks B.outputHeight >= B.rows at line 70046

See this entry in the whole of v2.0.28 →