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.31 Home All releases olderv2.0.30 v2.0.32newer
Claude Code v2.0.31

Diff Rendering Simplification

What: Streamlined diff patch rendering with cleaner code and fewer configuration options.

Changes:

  • Removed skipUnchanged and hideLineNumbers parameters from diff rendering
  • Eliminated conditional dimmed color variants (diffAddedWordDimmed, diffRemovedWordDimmed)
  • Simplified component interface from 7 parameters to 5
  • Removed hidden parameter from line number component calls

Details:

  • Function signature changed from hB6(A, B, Q, I, G, Z, Y) to $Q6(A, B, Q, I, G)
  • More consistent visual rendering across different diff contexts
  • Evidence: hB6() at line 288996 in v2.0.30 vs $Q6() at line 289176 in v2.0.31; word diff function fB6() at line 288906 in v2.0.30 vs wQ6() at line 289088 in v2.0.31

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.0.31 →