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.238 Home All releases olderv2.1.237 v2.1.239newer
Claude Code v2.1.238

Debug log path and live shell state moved into holder objects

Under the hood
Useful2 Signal2
Elsewhere

Killing a background shell no longer deletes its socket while the process is still alive.

What

The debug transcript log path is now looked up per call from an object holding the path, its initialisation promise and its filename stem, rather than captured once at module load. Running shell commands moved behind a state accessor that also tracks outstanding kill backstops, with a helper that waits for all of them. Killing a background shell no longer removes its socket file while the process is still alive; the removal waits for the process exit event.

Evidence

pendingKillBackstops

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.238 →