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.45 Home All releases olderv2.0.44 v2.0.46newer
Claude Code v2.0.45

Terminal Cursor Movement Enhanced

What: Terminal cursor positioning now uses semantic event types instead of raw ANSI control sequences

Details:

  • Replaced raw stdout strings (like \r for carriage return, \b for wrap handling) with semantic event types
  • New event types: resolvePendingWrap, carriageReturn, cursorMove
  • Supports returning multiple terminal events per transaction for more complex operations
  • Improves code maintainability and testability while producing identical terminal output
  • Evidence: Replaced Hk0() at line 77408 with Ii0() at line 77184, updated supporting class from zk0 to Yi0

See this entry in the whole of v2.0.45 →