LegionEdge

Changelog

What shipped, release by release.

Every release across Nokuva, Tavoc, Foltrac, and the platform — the newest first, the record below. Research releases live in the research registry.

Filter
Latest releaseNokuva 1.4Jul 3, 2026

Streaming layout patches on the canvas

The canvas now renders Virtual DOM Protocol v2 streaming patches, so designs appear incrementally as the model generates instead of waiting for a complete document.

Nokuva

  • New

    Streaming layout patches — watch structure land on the canvas mid-generation.

  • New

    Accessibility annotation layer from VDOM v2 surfaces in the inspect panel.

  • Improved

    Dirty-subtree layout invalidation: 5,000-node documents stay at 60fps while patching.

  • Fixed

    Token edits no longer drop pending canvas selections during theme switches.

2026

  • Jun 25, 2026Foltrac 0.9Foltrac

    Unified pipelines reach general availability

    One pipeline definition now targets AWS and GCP in production, with per-cloud overrides only where you need them.

    • New

      Single pipeline definition deploys to AWS and GCP with automatic per-provider translation.

    • New

      Dependency-ordered multi-region rollouts, powered by our agent coordination research.

    • Improved

      Rollback plans are pre-validated at deploy time — recovery replays a checked plan.

  • Jun 11, 2026Tavoc 1.2Tavoc

    Scoped context views from W0rktree

    The IDE now assembles model context through W0rkTree Protocol scoped views, cutting context assembly to under 2% of repository reads on typical tasks.

    • New

      W0rktree scoped context views — assistance reads what the task needs, not the whole repo.

    • Improved

      Copy-on-write workspaces spin up in under a millisecond.

    • Improved

      Rust analyzer memory usage down 30% on large workspaces.

    • Fixed

      Desktop app no longer re-indexes unchanged dependencies after branch switches.

  • May 21, 2026Nokuva 1.3Nokuva

    Multi-agent generation

    Generation is now split across specialized agents — themes, layout, specs, and code each get focused context, which measurably improves output consistency.

    • New

      Specialized agents for themes, layouts, specs, and code conversion.

    • Improved

      Design token suggestions respect the active theme's full token hierarchy.

    • Fixed

      Collaborative undo/redo now resolves correctly across concurrent per-node edits.

  • May 12, 2026Tavoc 1.1Tavoc

    First stable update after 1.0

    The first post-1.0 release focuses on stability and startup time, with beta workspaces upgrading in place.

    • Improved

      Cold start time down 40% on Windows and macOS desktop apps.

    • Fixed

      Context assistance no longer stalls on repositories with deep submodule trees.

    • Fixed

      Template workspaces restore correctly after an interrupted first sync.

  • Apr 28, 2026Foltrac 0.8Foltrac

    Autonomous rollback policy engine

    Foltrac now watches error rates, latency distributions, and resource envelopes against the previous release's baselines, and rolls back on sustained, attributable regressions.

    • New

      Baseline-relative regression detection — no hand-tuned absolute thresholds.

    • New

      Asymmetric rollback policy: moderate evidence reverts, strong evidence is needed to keep a suspect release.

    • Improved

      Deploy logs record the pre-validated inverse plan alongside every release.

  • Apr 15, 2026PlatformPlatform

    W0rktree goes open source

    The Rust version control core behind our tooling is now public under GPL 3.0, with the W0rkTree Protocol spec published alongside it.

    • New

      W0rktree core repository public on GitHub under GPL 3.0.

    • New

      W0rkTree Protocol spec v1 in the research registry.

    • Improved

      Contribution guide and conformance test suite for third-party implementations.

Want the story behind the releases?

Launches and announcements are in News; the engineering behind them is on the Blog.