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.101 Home All releases olderv2.1.100 v2.1.104newer
Claude Code v2.1.101

  • Fixed worktree removal to include fallback directory cleanup when git worktree remove fails, preventing orphaned directories from accumulating (search for "git worktree remove failed")
  • Fixed settings mutation bug where remote managed settings could be modified in-place; now uses structuredClone before validation (search for "structuredClone")
  • Fixed null safety issue in file path handling that could cause crashes when filePath is undefined (search for "filePath: q = ''")
  • Fixed OAuth callback abort handling to use proper AbortController-based cleanup, preventing resource leaks (search for "AbortController")
  • Fixed retention cleanup to skip when userSettings source is disabled via --setting-sources, preventing unintended data deletion (search for "Skipping retention cleanup")
  • Fixed terminal output sanitization to filter ANSI escape sequences more aggressively, preventing garbled output (search for "charCodeAt(0) === 27")

See this entry in the whole of v2.1.101 →