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.
Concurrency Note Hidden in Non-Default Steering Modes
What's wrong with this entry?
Anonymous. No account, no email.
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.