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.23 Home All releases olderv2.1.22 v2.1.25newer
Claude Code v2.1.23

Improved Windows Process Ancestor Detection

What

PowerShell-based process ancestor detection now retrieves the full ancestor chain in a single call.

Details
  • Uses a more efficient PowerShell script that walks the process tree in one execution
  • Retrieves both process IDs and command lines for ancestors
  • Timeout increased from 1 second to 3 seconds for reliability
Evidence

PowerShell script at line 198756 (contains "$currentPid =", batched ancestor retrieval logic)

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.23 →