v0.0.13 brought faster model switching in the web UI, every managed harness key exposed in Settings, and a leaner end-of-turn path.
Current alpha is v0.0.17.
v0.0.13
Changelog milestone (alpha)
Historical
Alpha slice
22
Eval scenario packs
2
UIs (TUI + Web)
Shipped in this slice
- Provider model presets — One-click OpenRouter packs in web Settings (main + fast model slots, provider order pins, cross-vendor mixes: DeepSeek, Claude 4.7, GPT 5.5, Gemini 3.5, Qwen 3.6, MiMo, Llama 4, Kimi, GLM, and more); slugs verified against the live OpenRouter catalog
- Settings completeness — Web Settings modal surfaces the full harness env catalog with field metadata (no “hidden”
AGENT_*keys that only exist in.env) - Turn end — Simpler turn-end pipeline (less redundant work at the end of each
send()) - Repo hygiene — Removed experimental Android app scaffold and
mobile-contractpackage (not a shipping surface)
What you can run today
npm run build -w packages/core && npm run build -w packages/tools
npm run web # or: npm run tui
Hosted installer:
curl -fsSL https://www.vireondynamics.com/install/install.sh | bash
Docs: docs.vireondynamics.com/liminal/
Roadmap (not shipped)
| Stage | Meaning | Status |
|---|---|---|
| v0.0.x alpha | Rapid iteration on main | You are here (v0.0.17) |
| Beta | Defaults freeze + stability gates | Not started |
| RC | Ship checklist | Not started |
| v0.1.0 | Public preview tag + install GA | Not started |
Comparison table
Pre-release history
| Version | Date | Summary |
|---|---|---|
| v0.0.12 | 2026-05-26 | Research ledger, identity memory, FSL license |
| v0.0.11 | 2026-05-24 | Multi-chat, ~/.liminal/, connectors |
Comparison table
Try the alpha on your machine
Clone from GitHub. FSL-1.1-MIT. Node 22+ and your own API key.