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.ymlruns build, typecheck, and test on every push to main - Eval sandbox framework —
packages/eval/fixtures/sandbox scenarios;npm run eval:sandboxfor reproducible agent tests - Inference latency mode —
AGENT_LATENCY_MODEpatches for performance-optimized inference paths - Tool circuit —
tool_circuit.tsfor parallel tool execution optimization - Desktop managed inference catalog — Flutter UI for managed inference model selection
- Sidecar multi-chat —
chat_registry.tsfor multi-session support - Release checklist —
docs/RELEASE-CHECKLIST.mddocuments 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
| Stage | Meaning | Status |
|---|---|---|
| v0.0.x alpha | Rapid iteration on main | Completed (through v0.0.26) |
| Beta / v0.1.0 | First public preview + quality gates | Shipped — see v0.1.2 |
| RC | Ship checklist + docs freeze | Not started |
| Install GA | Supported GA onboarding channel | Planned |
Comparison table
Pre-release history
| Version | Date | Summary |
|---|---|---|
| v0.0.26 | 2026-06-10 | Compose dock, Azure ARM, Kimchi provider |
| v0.0.25 | 2026-06-09 | Desktop design system, Sheets auto-fit |
| v0.0.24 | 2026-06-09 | Hosted OAuth connectors |
Comparison table