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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Dialog requests over a bridge can detach, and wait out other dialogs

You'll notice
Useful3 Signal2
Remote Control

Bridged dialogs can detach cleanly and stop timing out behind another open dialog.

What

A dialog request sent over the connection bridge can now come back as detached, which cancels the request cleanly instead of falling back to a default answer. Its timeout also no longer expires while a different blocking dialog is on screen: it re-arms, and re-arms again once that other dialog closes. Always on.

Details
  • Backed by new shared state tracking whether a blocking dialog surface is mounted and which kind it is
  • Previously the handler only distinguished a completed reply from everything else
Evidence

surfaceMounted

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