v0.0.12 (2026-05-26) added research discipline and identity memory on main, relicensed the harness under FSL-1.1-MIT (fair source — each release converts to MIT after two years), and polished multi-chat chrome in the web UI.
Current alpha is v0.1.2.
v0.0.12
Changelog milestone (alpha)
Historical
Alpha slice
22
Eval scenario packs
2
UIs (TUI + Web)
Shipped in this slice
- Research ledger — Per-
send()tracking ofweb_search/web_fetch(queries, surfaced URLs, fetch outcomes, deduped URLs); compact context injection each round; harness toolresearch_state(summary / pending / fetched / failures) - Identity memory — Intent
identityQuery/identityProvision; LLM-generated recall queries (not keyword lists); on-disk scan ofuser:/identity:/pref:notes injected before answer; auto-rememberwithscope: globalwhen the user states their name (user:name); protocol reminder not to use OS username as display name - Recall fix —
recall_relevantacceptsqueryorqueries(schema no longer fails when onlyscopewas passed) - Web UI — Chat switcher embedded in each persona shell chrome (HUD, Studio, Terminal status line, Minimal) instead of a separate top strip; portaled dropdown + click-outside dismiss
- PASTE (optional) — Predictive tool-call speculation from paste patterns (
AGENT_PASTE_*, off by default) - License — FSL-1.1-MIT (MIT Future) across the harness; expanded compliance docs; marketing and install copy updated to fair-source framing
- Reliability —
write_fileno longer false-fails integrity checks when comments contain apostrophes
What you can run today
Clone the repo, set AGENT_API_KEY in .env, build core + tools, then:
npm run build -w packages/core && npm run build -w packages/tools
npm run web # or: npm run tui
Or use the hosted installer:
curl -fsSL https://www.vireondynamics.com/install/install.sh | bash
Full operator docs: docs.vireondynamics.com/liminal/.
Roadmap (not shipped)
| Stage | Meaning | Status |
|---|---|---|
| v0.0.x alpha | Rapid iteration on main | Superseded by v0.0.13 |
| Beta | API/default stability pass, broader dogfooding | Not started |
| RC | Release checklist, docs freeze candidate | Not started |
| v0.1.0 | Public preview tag + install GA story | Not started |
Comparison table
Pre-release history
| Version | Date | Summary |
|---|---|---|
| v0.0.11 | 2026-05-24 | Storage split, multi-chat, audio, connectors |
| v0.0.10 | 2026-05-23 | Execution state pass + dev CLI |
| v0.0.9 | 2026-05-22 | Browser + reasoning + writes |
Comparison table
Try the alpha on your machine
Clone from GitHub. FSL-1.1-MIT. Node 22+ and your own API key. Beta and public preview coming later.