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.200 Home All releases olderv2.1.199 v2.1.201newer

Claude Design Tool — Expanded Operations

The Claude Design tool gained a substantial set of new operations for managing design projects:

  • finalize_plan — Finalizes a plan for writing to claude.ai/design; approval also grants prompt-free writes to plan paths for 15 minutes
  • write_files — Write files to the design project
  • copy_files — Copy files within the project
  • delete_files — Delete files from the project
  • render_preview — Render a design preview
  • create_support_js — Create a support.js file
  • add_member — Add a project member
  • update_member_role — Change a member's role
  • remove_member — Remove a project member
  • update_sharing — Update project sharing settings

The project_write tool also gained a present_to_user parameter (boolean, default false) to mark a document as the user-facing deliverable. Setting it to true on routine saves is explicitly discouraged to avoid unnecessary cache busting.

Evidence

New operation dispatch table (search for "Finalize plan", "finalize_plan — the human is the path-review boundary", "false; leave it unset for routine saves")

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