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.111 Home All releases olderv2.1.110 v2.1.112newer
Claude Code v2.1.111

  • Fixed case-insensitive path comparison on Windows to correctly handle path matching logic (search for "platform detection and case normalization")
  • Fixed delete-word-before behavior in REPL editor: when the line is empty, the action is now a no-op instead of potentially causing unexpected behavior (search for "delete-word-before")
  • Fixed retry error display to detect SSL errors and show configurable max retries (search for "SSL error detection")
  • Fixed git index refresh to add an early-return guard when the index is null and a prior refresh has already occurred, preventing unnecessary refreshes (search for "lastRefreshMs")
  • Fixed Windows path glob pattern handling to preserve leading slashes instead of stripping them (search for "relativePattern")
  • Fixed Node component rendering to display the name property instead of the entire object (search for "q.name property")
  • Fixed path validation to add null safety check before path derivation, preventing potential crashes when the path is unavailable (search for "if (!K) return !1")
  • Removed stale file tracking length check that could cause early returns, allowing file operations to proceed even with an empty cached file list (search for "cachedTrackedFiles")

See this entry in the whole of v2.1.111 →