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.92 Home All releases olderv2.1.91 v2.1.94newer
Claude Code v2.1.92

  • Fixed compact streaming error messages to include hasStartedStreaming state for better debugging (search for "Compact streaming failed. hasStartedStreaming=")
  • Hook condition evaluation prompt now includes structured response format guidance, requiring JSON with ok and reason fields (search for "You are evaluating a hook condition in Claude Code")
  • Worktree removal hooks now report specific failure messages distinguishing between agent worktrees and regular worktrees (search for "WorktreeRemove hook did not remove")
  • Team memory sync now gracefully handles inaccessible team directories instead of failing (search for "team-memory-sync: team dir inaccessible")
  • Voice recording cancellation now explicitly discards without submitting (search for "cancelRecording: discarding without submit")

See this entry in the whole of v2.1.92 →