Skip to content

v2.9.0 — Figma design graphs + .ua data directory

Latest

Choose a tag to compare

@Lum1104 Lum1104 released this 10 Jul 09:36

Highlights

New analysis mode: /understand-figma (#559) — by @gruming

Point the tool at a Figma file and get the same navigable knowledge graph you get for code: pages → screens → components/variants/instances, plus a light design-system model (design tokens and uses_token edges). Deterministic parsing via the Figma REST API, LLM enrichment via a new design-analyzer agent, screen thumbnails in the dashboard sidebar, incremental UP_TO_DATE re-runs, and FIGMA_TOKEN kept strictly in the request header. Schema additions are backward compatible (6 node types, 3 edge types, kind:"design"). Follow-up fixes landed for real-API style-key bridging, published component keys, kind-scoped alias normalization, and dashboard edge-category filters.

Data directory renamed to .ua/ — fully backward compatible

Analysis artifacts now live in .ua/ instead of .understand-anything/. Projects analyzed by older versions need no migration: when a legacy .understand-anything/ directory exists it keeps being used for both reads and writes. The resolution rule is implemented once in core (resolveUaDir) and honored by every bundled script, skill, agent definition, hook, and the dashboard dev server.

New language support

New platform support

Merge-pipeline reliability

  • Structural subdomain edges (contains_flow/flow_step/cross_domain) are no longer silently dropped: loud warnings, a persisted merge-report.json, and automatic retry on the next run (#529).
  • Batch files that load but contribute zero nodes/edges are flagged in the phase report instead of vanishing into a partial merge (#484).
  • Karpathy wiki parser handles title-case Index.md/Log.md and article-root-prefixed [[wiki/...]] links (#342).
  • Cross-layer container layout cache fix (#541) — by @computersniper; UTF-8 domain context on Windows (#524) — by @multimail-dev; Phase 7 cleanup and scan-result preservation fixes (#387, #332) — by @tirth8205 and @ZebangCheng.

Security hardening

Pipeline performance & DX

  • Semantic batching and output chunking (#204), /understand pipeline perf (#346) — by @tirth8205
  • Conversation-language auto-detection on first run (#378) — by @BozhengLong
  • Config schema validation tests (#471) — by @yiziff; CI on Node 24 runtimes.

Full Changelog: v2.7.3...v2.9.0