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.181 Home All releases olderv2.1.179 v2.1.182newer
Claude Code v2.1.181

  • Fixed git tilde expansion in bash static analysis: ~, ~/, ~+, ~- patterns are now correctly recognized as HOME/PWD/OLDPWD references, preventing false positive security warnings on common shell idioms. (search for "HOME" inside kbd() at line ~253713)
  • Fixed a UNC glob pattern defense check on Windows that was incorrectly triggering on valid paths. (search for "UNC glob pattern detected (defense-in-depth check)")
  • Fixed execFileNoThrow maxBuffer exceeded detection to use a dedicated isMaxBuffer property check in addition to the error code, improving reliability across Node.js versions. (search for "execFileNoThrow maxBuffer exceeded:")
  • Fixed presence pulse logic to correctly start a pulse when a client-presence-marker is active, rather than skipping it. (search for "client-presence-marker active → pulse")
  • Fixed /cloud <session_id> to give a clear error when combined with --output-format stream-json (which is not supported for cloud sessions). (search for "Error: --cloud <session_id> does not support --output-format stream-json")
  • Fixed an edge case in the MCP connected-status indicator: when tools fetch fails after a successful connection, the status now shows "Connected · tools fetch failed" rather than silently appearing connected. (search for "! Connected · tools fetch failed")

See this entry in the whole of v2.1.181 →