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.38 Home All releases olderv2.1.37 v2.1.39newer
Claude Code v2.1.38

  • Fixed handling of orphaned permissions when updatedInput is undefined, now falls back to original tool input (search for "Orphaned permission for")
  • Added security check for commands containing single-quoted backslash patterns that could bypass security checks (search for "single-quoted backslash pattern")
  • Improved sync agent error recovery with automatic retry mechanism (search for "Sync agent recovering from error")
  • Fixed compaction error handling when response is not text as expected (search for "Expected text response for compaction")
  • Added validation for elicitation responses with proper "This field is required" messaging

See this entry in the whole of v2.1.38 →