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 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)

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)

StageMeaningStatus
v0.0.x alphaRapid iteration on mainYou are here (v0.0.12)
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. MIT licensed. Node 22+ and your own API key. Beta and public preview coming later.