Skip to content

v0.22.0

Choose a tag to compare

@ca1773130n ca1773130n released this 20 Jul 23:56
· 178 commits to main since this release

The agent-memory CLI, finished. v0.21.0 shipped layered per-agent memory but half of it was MCP-only and agents init produced a flat org. This release makes the whole feature usable from the terminal:

  • tesserae agents init infers the org — a subagent role (claude-code:me:reviewer) nests under the main agent that spawned it (claude-code:me:default), so one command gives a working multi-level org. --flat keeps the old behavior; init prints the tree.
  • --agent KEY on query, ask, context — scoped reads (worker / manager / org) from the CLI, not just over MCP.
  • agents tree / show / drill — inspect the org chart with staleness, resolve a view, and escalate a distilled note to raw L0 evidence (audited), all from the terminal.

Purely additive; every command behaves as before when --agent is absent. Guide: https://github.com/ca1773130n/Tesserae/blob/main/docs/agent-memory.md · Full notes: https://github.com/ca1773130n/Tesserae/blob/main/docs/release-notes/v0.22.0.md