v0.0.12 is where liminal-ai main sits today: MIT-licensed, still alpha. The harness now tracks web research per send, remembers names via global identity notes (not OS usernames), and the web UI embeds chat switching in each persona shell header.
v0.0.12
Changelog milestone (alpha)
Alpha
Release stage today
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)
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://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 | You are here (v0.0.12) |
| 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. MIT licensed. Node 22+ and your own API key. Beta and public preview coming later.