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.26 Home All releases olderv2.0.25 v2.0.27newer
Claude Code v2.0.26

Enhanced Ink Rendering Control

What: The Ink UI rendering system now supports programmatic pause/resume

Details:

  • New isPaused state property on Ink instances
  • pause() method stops rendering updates
  • resume() method re-enables rendering and triggers immediate render
  • Render loop checks isPaused flag before executing
  • Evidence: Modified Ink class BOA at line 71631 (was DO1() at line 71390 in v2.0.25, 93.4% similarity)

See this entry in the whole of v2.0.26 →