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.1.108 Home All releases olderv2.1.107 v2.1.109newer
Claude Code v2.1.108

  • Fixed paste handling to normalize CRLF and CR line endings to LF in multiline mode, preventing mixed line endings from confusing editors (search for "\\r\\n|\\r/g")
  • Fixed attribution snapshot handling to clear the map before storing new snapshots, preventing stale data accumulation (search for "D.clear()")
  • Fixed dependency version resolution to check both resolvedVersion and manifest version for more accurate plugin deduplication (search for "resolvedVersion")
  • Fixed ANSI escape sequence parsing to correctly handle CSI sequences, OSC sequences, and other terminal control codes (search for "Tq4")
  • Fixed a variable reference bug in a slice operation where the wrong variable was being used (search for "O6.slice(1)")
  • Improved validation of at-mentions to require content presence alongside title checks, preventing empty mentions from being processed (search for "contentLength")
  • Fixed React component state management by correcting dependency arrays and initial state values (search for "lzA")
  • Improved skill source filtering logic to correctly include builtin sources instead of excluding them (search for "q.source !== 'builtin'")

See this entry in the whole of v2.1.108 →