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.
Sandbox-host and managed-settings prompts removed from the waiting-state machine
You'll notice
Useful2Signal3
Permissions
The status line and spinner no longer track sandbox-host or managed-settings prompts, leaving only worker sandbox and elicitation.
What's wrong with this entry?
Anonymous. No account, no email.
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.