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-contract package (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)

StageMeaningStatus
v0.0.x alphaRapid iteration on mainYou are here (v0.0.17)
BetaDefaults freeze + stability gatesNot started
RCShip checklistNot started
v0.1.0Public preview tag + install GANot started

Comparison table

Pre-release history

VersionDateSummary
v0.0.122026-05-26Research ledger, identity memory, FSL license
v0.0.112026-05-24Multi-chat, ~/.liminal/, connectors

Comparison table

Product roadmapAlpha → beta → RC → v0.1.0 public preview.

Try the alpha on your machine

Clone from GitHub. FSL-1.1-MIT. Node 22+ and your own API key.