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 of web_search / web_fetch (queries, surfaced URLs, fetch outcomes, deduped URLs); compact context injection each round; harness tool research_state (summary / pending / fetched / failures)
  • Identity memory — Intent identityQuery / identityProvision; LLM-generated recall queries (not keyword lists); on-disk scan of user: / identity: / pref: notes injected before answer; auto-remember with scope: global when the user states their name (user:name); protocol reminder not to use OS username as display name
  • Recall fixrecall_relevant accepts query or queries (schema no longer fails when only scope was 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)
  • LicenseFSL-1.1-MIT (MIT Future) across the harness; expanded compliance docs; marketing and install copy updated to fair-source framing
  • Reliabilitywrite_file no 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)

StageMeaningStatus
v0.0.x alphaRapid iteration on mainSuperseded by v0.0.13
BetaAPI/default stability pass, broader dogfoodingNot started
RCRelease checklist, docs freeze candidateNot started
v0.1.0Public preview tag + install GA storyNot started

Comparison table

Pre-release history

VersionDateSummary
v0.0.112026-05-24Storage split, multi-chat, audio, connectors
v0.0.102026-05-23Execution state pass + dev CLI
v0.0.92026-05-22Browser + reasoning + writes

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. Beta and public preview coming later.

Current: v0.1.2Provider presets, complete Settings UI, simpler turn end.