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.199 Home All releases olderv2.1.198 v2.1.200newer

Claude Design Integration [Gradual Rollout]

What

A new ClaudeDesign tool that lets Claude work directly with claude.ai/design — a collaborative canvas for decks, prototypes, landing pages, and UI mockups backed by your team's design system.

Usage
/design login         # Authenticate with claude.ai for Design access
/design consent       # Grant Claude agent access to your Design projects
/design <prompt>      # Route to Design operations (import, export, status, etc.)
Details
  • Operations include: list_projects, read_file, write_files, delete_files, finalize_plan, get_claude_design_prompt, render_preview, and more
  • Write operations (write_files, delete_files) require a plan_token obtained from finalize_plan first
  • Requires a claude.ai credential — not available via Bedrock, Vertex, or third-party providers
  • First-party Design server has a consent gate: the user grants Claude agent access once per account; /design consent handles this
  • Not available when nonessential network traffic is restricted
Status

Feature-flagged (tengu_omelette_fouet) — rolling out gradually.

Evidence

ClaudeDesign tool (search for "ClaudeDesign", "/v1/design/mcp", "claude.ai/design")

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