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.205 Home All releases olderv2.1.204 v2.1.206newer

  • Fixed semver comparison errors producing unredacted version strings in logs — invalid semver values are now wrapped with a sanitized error message (search for "Invalid SemVer: <redacted>")
  • Fixed worktree reparse-point cleanup on Windows — the cleanup logic no longer enumerates symlinks outside the worktree root and handles the case where realpath() fails without logging a spurious path (search for "[worktree] refusing to enumerate unremovable entry before removal")
  • Fixed git status --untracked-files=all not being passed in some contexts where untracked file detection was needed (search for "--untracked-files=all")
  • Fixed MCP import from Claude Desktop failing silently — errors are now logged at error level (search for "Failed to read existing MCP configs for Desktop import")
  • Improved file-read pagination hint: when a file is truncated by token cap and cannot be paginated by line, Claude is now told "this view is incomplete and the file cannot be paginated by line. Do NOT answer from this view alone" rather than silently returning a partial view (search for "this view is incomplete and the file cannot be paginated by line")

See this entry in the whole of v2.1.205 →