0.4.0 (2026-05-05)
- New tool:
get_user_flow_context— structured FlowGraph JSON for deterministic AI navigation analysis- Returns
nodes,edges,paths(BFS from prototype starting points), andmetadata.hasFlow - Explicit no-flow signal (
hasFlow: false, empty edges/paths) when no prototype connections exist — no hallucination - Optional
includeInference: trueadds heuristic-inferred edges (action-keyword buttons, list→detail patterns) when no real flow exists, clearly separated from real edges maxDepthparam (default 10, max 20) controls BFS traversal depth; paths capped at 200 to protect token budget
- Returns
- Multi-instance support — run Claude Code + Codex (or any two MCP clients) simultaneously without port conflicts
- First process becomes primary: owns Figma plugin WS on port 3055 + proxy listener on port 3056
- Subsequent processes become secondaries: connect to proxy port, forward all tool calls through the primary
- No changes to existing tool behaviour; no manual configuration required
Full Changelog: v0.3.0...v0.4.0