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.83 Home All releases olderv2.1.81 v2.1.84newer
Claude Code v2.1.83

  • Fixed atomic file write cleanup: the temp file is now cleaned up even if it doesn't exist at the expected path (search for "Cleaning up temp file")
  • Improved plugin hooks reload: now tracks plugin-affecting settings changes rather than just enabledPlugins to avoid unnecessary reloads (search for "plugin-affecting settings change")
  • Fixed deep link input validation to reject control characters and enforce length limits, preventing potential injection issues (search for "Deep link cwd contains disallowed control characters")
  • Fixed MCP lazy dedup to properly suppress duplicate servers from plugins that overlap with claude.ai connectors (search for "[MCP] Lazy dedup: suppressing")

See this entry in the whole of v2.1.83 →