Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Sorting the findings · 1/4 steps 470 findings $18.91 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.0 Home All releases olderv1.0.128 v2.0.1newer
Claude Code v2.0.0

State Management Improvements

What: Simplified state update logic removes redundant null checks

Details:

  • Model selection updates no longer check if oldState is null before comparison
  • Assumes initial state is always available
  • Cleaner conditional logic
  • Added thinking state persistence to user settings
  • Evidence: Function Bp() at line 443042 in v1.0.128 vs df() at line 443128 in v2.0.0

See this entry in the whole of v2.0.0 →