CHANGELOG

What's shipped.

See Figma Version history for plugin releases and the package CHANGELOG.md for MCP releases. Tool counts below are historical snapshots; the schema reported by your installed package is authoritative.

Figma 29 2026-07-14

A stronger loop and a more deliberate design direction

  • Better brief interpretation, visual-direction guidance, and JSX generation for more intentional, less preset-like results
  • Stronger tool discovery and routing across editable Figma layers
  • One-call variable-system creation for collections, modes, primitives, and semantic aliases
  • Improved write verification, idempotent reuse, failure rollback, and focused follow-up edits
  • Clearer Plugin + MCP setup with refreshed Community visuals
v1.5.0 2026-05-19

Local MCP unlocked from the marketplace

  • Marketplace plugin now whitelists ws://localhost:3458 — install from Figma Community + npx -y genable-mcp and AI editors (Claude Code / Cursor / Cline) can drive the canvas directly
  • Older marketplace builds couldn't reach the local MCP server (Figma CSP blocked the localhost WebSocket); fixed by moving the relay into allowedDomains
  • genable-mcp@0.2.0 published with 42 tools (was 41). add_component_prop now supports VARIANT and SLOT property types in addition to TEXT / BOOLEAN / INSTANCE_SWAP
  • All 0.1.x npm versions deprecated to prevent users from landing on the broken combination
  • Dev-only console noise gone: useDevBridge health-check and Gemini SSE debug shipper are now gated to development builds only
v1.4.0 2026-05

Variables, variants, and design system seeding

  • Variables: tokens generated and bound by default — no more pasted hex codes
  • Variants: light/dark/brand variants generated in one prompt, switchable as a single Mode property
  • Design system: pages organized by intent, sections grouping frames, descriptions written for the assets panel
  • Multi-provider: added DashScope (Anthropic-compatible) and Kimi K2.5 (OpenAI-compatible)
v1.3.0 2026-04

Agentic orchestration

  • Plan → Execute → Verify loop replaces single-shot generation
  • Property registry as single source of truth (read + write + bind + facets)
  • Loop detection: identical 4+ tool calls trigger graceful abort
v1.2.0 2026-03

Real Figma layers, every time

  • Pure Trust engine: respects LLM stylistic intent (strokes, fills, blurs)
  • Auto-layout, layoutMode-before-sizing apply order, font-before-characters
  • Optimized rendering pipeline preserving complex layout properties
v1.1.0 2026-02

Multi-model support

  • Bring your own API key — Gemini, Claude, OpenRouter
  • Conversational refinement: keep talking, keep editing the same file
v1.0.0 2026-01

Public release

  • Initial Figma Community release
  • Prompt-to-Figma generation with auto-layout