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.
The same permission request no longer opens two dialogs
You'll notice
Useful3Signal1
Permissions
A duplicated permission request no longer opens a second dialog on top of the first.
What's wrong with this entry?
Anonymous. No account, no email.
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.