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

Only one survey prompt can appear at a time

You'll notice
Useful4 Signal2
Agents

Only one survey or nudge prompt shows at a time, and none appear in remote sessions.

What

The six in-session prompts (after compaction, long context, plugins, memory, feedback and frustration detection) now share one slot. Each is told whether another is already showing, so they no longer stack, and all six are suppressed in remote sessions.

Details
  • One hidden component computes all six states and publishes them into a shared store that only notifies on an actual change; a second component renders whichever is active.
  • What makes each individual survey eligible is not visible from this change.
Evidence

otherSurveyActive

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 →