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.172 Home All releases olderv2.1.170 v2.1.173newer
Claude Code v2.1.172

ShowOnboardingRolePicker Tool (Cowork)

What

A new internal tool for Cowork onboarding that renders an interactive role-picker chip row. Users can tap a chip (e.g. "Legal", "Engineering") to select their role and trigger automatic plugin installation.

Details
  • Blocks until the user responds: chip click, free-form text entry, or dismissal
  • Returns {"role": "..."} on selection, {"dismissed": true} on cancel, {} on confirm-without-role
  • Only enabled in Cowork sessions; not available in normal conversations
  • Gated via KOf (Cowork environment check)
Evidence

Tool definition (search for "Render a clickable role-picker chip row during Cowork onboarding")

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