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

Managed-settings prompt is handed off from login and ignores leftover keystrokes

You'll notice
Useful2 Signal1
Managed Settings

The managed-settings prompt after login ignores leftover keystrokes so you can't answer by accident.

What

When managed settings need review during sign-in, the login flow is released first and the enterprise-settings prompt is then revealed in a mode that refuses input for a moment, so a keypress left over from the login screen cannot instantly answer it. No flag is involved; this only happens when managed settings require consent during a login handoff.

Details
  • The consent request now carries a reveal mode of either login_handoff or default, chosen when the dialog is shown.
  • The login_handoff path turns on the input-refusal guard; the plain default path does not.
  • Internal holds keep other prompts from firing while the handoff is in flight.
Evidence

login_handoff

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.248 →