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.84 Home All releases olderv2.1.83 v2.1.85newer
Claude Code v2.1.84

Computer Use Teach Mode

What

A guided-tour teaching system built on top of Computer Use that allows Claude to walk users through UI workflows step-by-step with interactive tooltips.

Details
  • request_teach_access initializes teach mode with app permissions and a stated reason (shown in approval dialog)
  • teach_step shows a tooltip with explanation text, optional anchor coordinates (pointing arrow), and actions to execute when user clicks "Next"
  • teach_batch batches multiple steps into one round-trip for predictable sequences on the same page
  • User can click "Exit" at any point to end the tour
  • Text emitted outside teach_step calls is NOT visible until teach mode ends
  • During teach mode, request_access cannot add new permissions (would hide the tooltip UI)
  • Returns screenshots after each step so Claude can anchor the next step's coordinates
Evidence

Teach mode tools (search for "teach_step", "teach_batch", "request_teach_access")

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