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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Runner prewarm and prefetch markers are read from disk

Under the hood
Useful2 Signal3
Sessions

Remote runners read marker files to report whether prewarm and prefetch finished, yielded or timed out.

What

On remote runners, small marker files in /tmp written by the runner are parsed into outcomes: done, yielded, aborted or timeout, with elapsed seconds, plus a prefetch state file giving phase, run counts, age of the last success and an index. Reads do not follow symlinks, do not block, and stop at 4KB; a missing file reports absent. A timer for runner prep steps was added too.

Evidence

ccr-byoc-prewarm-vda.done

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