v0.1.0 is the first tagged public preview: a stability milestone with CI on every push to main, a reproducible eval sandbox (npm run eval:sandbox), inference latency mode, a desktop managed inference catalog for model selection, and sidecar multi-chat support. This is beta — RC and install GA are still ahead on the roadmap.

v0.1.0
Public preview (beta)
CI + eval
Quality gates
Managed inference
Desktop catalog
Multi-chat
Sidecar registry

Shipped in this slice

  • CI workflow.github/workflows/ci.yml runs build, typecheck, and test on every push to main
  • Eval sandbox frameworkpackages/eval/fixtures/ sandbox scenarios; npm run eval:sandbox for reproducible agent tests
  • Inference latency modeAGENT_LATENCY_MODE patches for performance-optimized inference paths
  • Tool circuittool_circuit.ts for parallel tool execution optimization
  • Desktop managed inference catalog — Flutter UI for managed inference model selection
  • Sidecar multi-chatchat_registry.ts for multi-session support
  • Release checklistdocs/RELEASE-CHECKLIST.md documents the release process

What you can run today

# Download Liminal Desktop (Windows / macOS / Linux)
# https://www.vireondynamics.com/liminal/get-started#desktop-app

# Run eval sandbox (no API key required)
npm run eval:sandbox -w packages/eval

Roadmap

StageMeaningStatus
v0.0.x alphaRapid iteration on mainCompleted (through v0.0.26)
Beta / v0.1.0First public preview + quality gatesShipped — see v0.1.2
RCShip checklist + docs freezeNot started
Install GASupported GA onboarding channelPlanned

Comparison table

Pre-release history

VersionDateSummary
v0.0.262026-06-10Compose dock, Azure ARM, Kimchi provider
v0.0.252026-06-09Desktop design system, Sheets auto-fit
v0.0.242026-06-09Hosted OAuth connectors

Comparison table

Technical changelog (docs)Full Shipped bullets and guide links for harness operators.