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, managed-settings and plugin prompts now use the shared dialog channel

Under the hood
Useful2 Signal3
Permissions

Sandbox, managed-settings and plugin prompts now go through one shared dialog system.

What

Four prompts move out of hand-rolled REPL state into the shared dialog registry: sandbox network host approval showing host and port, managed-settings security accept or reject, a plugin installation status notice, and a permission-mode accept or decline. Everyone on this build gets the new routing; there is no flag.

Details
  • The removed inline code passed sandbox-host and managed-settings state to the status line and tracked their queues by hand.
  • Notification labels now show "sandbox request" for the sandbox prompt; the other three show "dialog open".
  • Those four kinds are excluded from the check that decides whether an open dialog blocks typing in the input area.
Evidence

"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 →