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.215 Home All releases olderv2.1.214 v2.1.216newer
Claude Code v2.1.215

Concurrency Note Hidden in Non-Default Steering Modes

The concurrency note shown in the tool-use activity header is now gated on both the subscription tier and the steering mode. Previously it was only hidden for Pro-tier accounts. Now it also requires x3() === "default" — meaning no_nudges and counter_steer users no longer see the concurrency badge regardless of tier.

Evidence

showConcurrencyNote: oa() !== "pro" && x3() === "default" in tool event construction

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