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

The same permission request no longer opens two dialogs

You'll notice
Useful3 Signal1
Permissions

A duplicated permission request no longer opens a second dialog on top of the first.

What

If a tool-permission request arrives twice with the same id, the second copy is now ignored instead of opening a duplicate prompt on top of the first.

Details
  • The dispatcher checks its map of in-flight requests before opening anything, and logs a warning ending "is already open here — not dispatching it again".
Evidence

is already open here \u2014 not dispatching it again

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 →