Geteilte Sessions über mehrere Agents und IDEs
Workspace- und Channel-basiertes Session-Sharing mit CAS-Revisionen. Mehrere AI-Agents arbeiten am gleichen Kontext, ohne sich gegenseitig zu überschreiben.
Isolierte Agents, verschwendete Arbeit
Jeder Agent beginnt bei null. Cursor weiß nicht, was Claude Code bereits entdeckt hat. Refactoring-Entscheidungen gehen zwischen Sessions verloren.
List active sessions across a workspace. See which agents are connected and their current revision state.
5 Tools
Workspace Isolation
Each workspace represents a team or project. Agents in the same workspace share context while remaining isolated from other workspaces.
Channel-Based Coordination
Channels map to branches, tasks, or features. Agents on the same channel see the same session state and coordinate automatically.
CAS Revisions
Every session mutation carries a revision number. Compare-And-Swap ensures no updates are lost when multiple agents write concurrently.
Session Survival
Sessions persist across agent restarts and IDE switches. Compaction snapshots ensure context is never lost.
Agent Identity
Each connected agent has a unique identity. The session tracks who made which decision and when.
4 MCP Tools
Workspace- und Channel-basiertes Session-Sharing mit CAS-Revisionen. Mehrere AI-Agents arbeiten am gleichen Kontext, ohne sich gegenseitig zu überschreiben.
ctx_session Cross-session memory (CCP). Actions: load (restore ~400 tok), save, status, task, finding, decision, reset, list, cleanup, snapshot, restore, resume, profile (context profiles), role (governance), budget (limits), slo (observability), diff (compare sessions), verify (output verification stats), episodes (episodic memory), procedures (procedural memory).
ctx_handoff Context Ledger Protocol (hashed, deterministic, local-first). Actions: create|show|list|pull|clear.
ctx_agent Multi-agent coordination (shared message bus + persistent diaries). Actions: register (join with agent_type+role), post (broadcast or direct message with category), read (poll messages), status (update state: active|idle|finished), handoff (transfer task to another agent with summary), sync (overview of all agents + pending messages + shared contexts), diary (log discovery/decision/blocker/progress/insight — persisted across sessions), recall_diary (read agent diary), diaries (list all agent diaries), list, info.
ctx_share Share cached file contexts between agents. Actions: push (share files from your cache to another agent), pull (receive files shared by other agents), list (show all shared contexts), clear (remove your shared contexts).
Jede Ausgabe trägt einen Beweis
LeanCTX generiert Proof-Artefakte für jede Session: welche Dateien gelesen wurden, was komprimiert wurde, welche Prüfungen bestanden wurden und wie Tokens ausgegeben wurden. Das macht KI-Arbeit auditierbar, reproduzierbar und vertrauenswürdig.
Explore Shared Sessions
Workspace- und Channel-basiertes Session-Sharing mit CAS-Revisionen. Mehrere AI-Agents arbeiten am gleichen Kontext, ohne sich gegenseitig zu überschreiben.