Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 1/5 agents 427 findings $12.75 so far

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.34 Home All releases olderv2.0.33 v2.0.35newer
Claude Code v2.0.34

Refactored Rendering Engine

What: Terminal rendering code reorganized for better maintainability and to support ink2 mode.

Details:

  • Split render() into render_v1() and render_v2() methods
  • Cleaner separation between legacy and new rendering paths
  • Improved parameter passing (prevFrame explicitly passed instead of using instance state)
  • Better handling of non-TTY output modes
  • Evidence: Class RG1 with split rendering methods at line 67663 in pretty-v2.0.34.js

See this entry in the whole of v2.0.34 →