v0.0.17 adds team shared memory for Team licenses: workspace- and global-scoped notes replicate across org members on the same repo fingerprint, while chat-scoped notes stay private. The control plane now implements Pro and Team sync APIs; Community Edition ships the contracts and hooks — Enterprise Edition performs pull/push when you are signed in.
v0.0.17
Changelog milestone (alpha)
Org sync
Team shared memory
Pro + Team
Control-plane APIs
Local-first
Community Edition
Shipped in this slice
- Team shared memory — Teammates on the same
workspaceFingerprintsee the same workspace/global notes after sync;chatscope never leaves the machine. EE pulls before ReAct round 0 and pushes after each turn (AGENT_TEAM_MEMORY_SYNC) - Control plane —
/api/team/memory/notes, org membership + invites, Pro/api/pro/cloud_sync/*, optional team bus (SSE). Team checkout creates an org and binds it to the license - Harness (CE) —
NotesFacade, org context onsend(), turn hooks for EE sync,AGENT_TEAM_EMBED_ON_RECALLto control embedding cost on recall - Web — Settings shows team memory status and org id when licensed
- Changelog workflow — Edit
changelog/releases.jsonin liminal-ai and runnpm run changelog:genfor docs + root index - Technical release notes — docs changelog
What you can run today
npm run build -w packages/core && npm run build -w packages/tools
npm run web # or: npm run tui
Team sync (EE + control plane):
liminal login # Team license + EE bundle
# optional local dev:
# AGENT_CONTROL_PLANE_URL=http://localhost:3002
Roadmap (not shipped)
| Stage | Meaning | Status |
|---|---|---|
| v0.0.x alpha | Rapid iteration on main | You are here (v0.0.17) |
| 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.16 | 2026-06-02 | Managed inference, dynamic routing, Pro sign-in |
| v0.0.15 | 2026-05-31 | Open-core licensing, Enterprise Edition, workflows |
| v0.0.14 | 2026-05-30 | Memory curator, output effort, voice I/O |
Comparison table