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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Sandbox-host and managed-settings prompts removed from the waiting-state machine

You'll notice
Useful2 Signal3
Permissions

The status line and spinner no longer track sandbox-host or managed-settings prompts, leaving only worker sandbox and elicitation.

What

The status line and spinner no longer recognise the sandbox host prompt or the managed settings security prompt, and the hook that registered the settings prompt handler was deleted. Only the worker sandbox prompt and the elicitation prompt remain.

Evidence

if (e.workerSandboxPrompt) return "sandbox request";

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