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.211 Home All releases olderv2.1.210 v2.1.212newer
Claude Code v2.1.211

  • OAuth callback port parsing now correctly rejects port 0 and enforces the full TCP range, fixing cases where a 0 port was silently accepted (search for "--callback-port must be an integer in [1, 65535]")
  • Interrupted turn auto-resume now skips turns that are too old, preventing unexpected re-execution of stale assistant turns after long restarts (search for "CLAUDE_CODE_RESUME_INTERRUPTED_TURN_MAX_AGE_MS")
  • Claude in Chrome navigate without a tabId no longer requires a manual tabs_context_mcp preflight call for URL navigation (search for "tabs_context_mcp returned an error.")
  • settings.local.json consent store is no longer silently moved to a repo root that is owned by a different system user (search for "localSettings: not canonicalizing the consent store")

See this entry in the whole of v2.1.211 →