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.203 Home All releases olderv2.1.202 v2.1.204newer

  • Worktree deleteJob now correctly detects live-process locks when deciding whether to remove an owned worktree (search for "locked by a live Claude Code process, or with a reason we did not write")
  • reapJobWorktreeIfSafe now logs why it kept a worktree that had a non-owned lock, instead of silently skipping it (search for "reapJobWorktreeIfSafe: kept")
  • Transcript retention cleanup is now skipped (with a logged reason) when settings contain parse errors that prevent reading cleanupPeriodDays, to avoid deleting transcripts with an unknown retention period (search for "Transcript retention cleanup is paused until the settings errors above are fixed")
  • stream-json stdin errors now produce a proper diagnostic message instead of a generic failure (search for "getInputPrompt: stream-json stdin unreadable")

See this entry in the whole of v2.1.203 →