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

MCP trust dialogs no longer swallow early keypresses on a timer

You'll notice
Useful3 Signal1
MCP

MCP trust dialogs stop ignoring your keys on a timer and gained an explicit confirm button.

What

The "New MCP server found in this project" dialogs used to ignore input for a fixed period after appearing. They now go through a shared refusal check instead, and the multi-server dialog gained an explicit "Enable selected" confirm button.

Details
  • Refusals are recorded rather than silently dropped.
  • In one mode the multi-select list now starts with nothing selected instead of everything.
Evidence

Enable selected

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 →