v0.0.14 taught the agent to prune its own memory safely, added a dial for how thorough its output is, and gave the web UI a voice — it speaks and listens.
Current alpha is v0.0.17.
v0.0.14
Changelog milestone (alpha)
Curator
Memory + voice I/O
22
Eval scenario packs
2
UIs (TUI + Web)
Shipped in this slice
- Memory curator —
curate_memory(dry-run by default) hands the model a metadata-annotated slice of the note store; it returns prune / merge / re-confidence operations, and a deterministic safety rail then vetoes anything it shouldn't touch —user:/identity:/pref:facts, frequently-used notes, and notes that are too new. Deletion is reversible: forgotten and curated notes are soft-deleted to an archive first, andrestore_memorybrings them back. - Output effort — A new
AGENT_EFFORTdial (low·medium·high·xhigh) in Settings that controls how thorough the deliverable is — completeness, edge-case coverage, polish — as a system-prompt directive. It's a separate axis from reasoning depth: higher effort means more substance, not more internal thinking. - Voice I/O — Text-to-speech (the assistant can speak its replies) and live dictation (talk to it from the mic) in the web UI, with a per-turn speech budget and duplicate-clip suppression.
- Smarter recall — A second-stage reranker refines the first-pass BM25 + embedding hits, and a fast-model response cache cuts repeated background calls.
- Deeper prompt caching — The cache now extends across the growing tool-result history of a turn, not just the static system prefix — cheaper long, multi-step runs.
- New file tools —
find_files(find by name/glob) anddelete_file(approval-gated), plus a guard that ensures every tool stays reachable under lazy loading. - Chat polish — A proper Markdown renderer for assistant output, one-click session screenshots, and a cleaner persona shell system.
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)
| Stage | Meaning | Status |
|---|---|---|
| v0.0.x alpha | Rapid iteration on main | Superseded by v0.0.16 |
| Beta | Defaults freeze + stability gates | Not started |
| RC | Ship checklist | Not started |
| v0.1.0 | Public preview tag + install GA | Not started |
Comparison table
Pre-release history
| Version | Date | Summary |
|---|---|---|
| v0.0.13 | 2026-05-28 | Provider presets, Settings catalog completeness |
| v0.0.12 | 2026-05-26 | Research ledger, identity memory, FSL license |
Comparison table
Try the alpha on your machine
Clone from GitHub. FSL-1.1-MIT. Node 22+ and your own API key.