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

Permission dialogs are shown locally instead of forwarded while the connection is recovering

You'll notice
Useful3 Signal2
Permissions

Permission dialogs appear on your machine instead of being lost while the connection recovers.

What

When the remote bridge has writes gated or is rebuilding its transport, a request to show you a dialog is no longer sent over the wire. It is recorded locally and the send call reports failure, so the dialog is served on your machine rather than lost.

Evidence

Not forwarding request_user_dialog while writes are gated / transport recovering (local-only)

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 →