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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Permission dialogs can be fed a live stream of updates

Under the hood
Useful2 Signal3
Permissions

Permission dialogs can update live while open, used only for the self-denying countdown prompt.

What

A permission dialog can now be driven by a stream that pushes updated content while it is open, rather than one snapshot built when it appears. This is used only when the auto-deny deadline above is armed, so the dialog can reflect the countdown and any permission change; without a deadline the dialog still gets the plain one-shot descriptor.

Details
  • Each update re-emits the latest permission result to the open dialog.
  • Reprompts now increment a counter and carry the existing denial-limit fallback forward into the new permission result, so the deadline survives a reprompt.
Evidence

denialLimitFallback

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