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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Delete confirmation and one-time telemetry moved into stores

You'll notice
Useful3 Signal1
Background Agents

The press-again-to-delete confirmation is more reliable, and escape now dismisses it properly.

What

The "press ctrl+x again" confirmation now lives in a small store with explicit arm, disarm and dismiss steps, so a failed stop only re-arms if nothing else armed in the meantime and escape dismisses it properly. One-shot telemetry for the background agents screen also moved to a store guard.

Details
  • The store tracks a dismissed set and a generation counter to decide whether a late re-arm is still valid.
  • The impressions that fire once per view (simple view seen, fold shown, empty state shown) now go through the view store instead of per-render refs, and each still fires once.
Evidence

tengu_fleetview_fold_shown

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