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 prompts reject keypresses landing too early

You'll notice
Useful4 Signal2
Permissions

Permission prompts no longer swallow an answer typed just before the dialog appears.

What

Permission dialogs no longer silently swallow an answer typed in the brief window before the prompt is fully revealed. Answering now returns false during that window and true when accepted, so the caller knows the keypress was rejected.

Details
  • The dialog host can display a panel-hosted dialog and an inline one at the same time.
  • The child dialog is handed an accepts predicate rather than the host computing a single reveal deadline up front.
  • The accessibility bell is now its own component, keyed per dialog kind.
Evidence

onKeyDownCapture

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 →