Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 May 08:17

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), and metadata.hasFlow
    • Explicit no-flow signal (hasFlow: false, empty edges/paths) when no prototype connections exist — no hallucination
    • Optional includeInference: true adds heuristic-inferred edges (action-keyword buttons, list→detail patterns) when no real flow exists, clearly separated from real edges
    • maxDepth param (default 10, max 20) controls BFS traversal depth; paths capped at 200 to protect token budget
  • 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