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 workspaceFingerprint see the same workspace/global notes after sync; chat scope 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 on send(), turn hooks for EE sync, AGENT_TEAM_EMBED_ON_RECALL to control embedding cost on recall
  • Web — Settings shows team memory status and org id when licensed
  • Changelog workflow — Edit changelog/releases.json in liminal-ai and run npm run changelog:gen for docs + root index
  • Technical release notesdocs 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)

StageMeaningStatus
v0.0.x alphaRapid iteration on mainYou are here (v0.0.17)
BetaDefaults freeze + stability gatesNot started
RCShip checklistNot started
v0.1.0Public preview tag + install GANot started

Comparison table

Pre-release history

VersionDateSummary
v0.0.162026-06-02Managed inference, dynamic routing, Pro sign-in
v0.0.152026-05-31Open-core licensing, Enterprise Edition, workflows
v0.0.142026-05-30Memory curator, output effort, voice I/O

Comparison table

Technical changelog (docs)Full Shipped bullets, env keys, and guide links for harness operators. Team shared memory on TeamOrg-scoped memory sync for everyone on the same workspace fingerprint.