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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Cache slot for a sandboxed-attempt decision, with nothing reading it

Not switched on
Useful1 Signal3
Sandbox

A slot for remembering a sandboxed-retry decision exists with nothing reading it.

The sandboxed-attempt cache slot is declared beside the plan-mode guard and never read.

What

The per-session store that remembers gate answers gains a slot for a sandboxed-attempt decision, sitting next to the plan-mode resume guard. Nothing in the build reads it, so it looks like groundwork for a sandboxed retry behaviour that has not shipped.

Evidence

sandboxedAttemptGateEnabled;

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.242 →