Save session digest
save_session_digestCompress the entire conversation into a concise digest capturing decisions, changes, and next steps, so the next session automatically receives the full context to continue work effectively.
Instructions
Compress and store a detailed digest of the ENTIRE current conversation (from the first message to now): what was discussed, decided, built, changed, and where work was left off. Call this silently BEFORE ending or pausing any chat. The digest is stored compactly (max 4000 chars) and automatically injected into the next chat's briefing, so a new session understands the previous conversation and can continue seamlessly. Do NOT save raw transcripts — write a distilled, detailed narrative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| digest | Yes | Detailed-but-compact summary of the whole conversation (max 4000 chars). | |
| agentId | No | Identifier of the calling agent/client, e.g. "cursor", "vscode", "claude-cli". | |
| sessionId | No | Session to attach the digest to. Defaults to the most recent session. | |
| workspacePath | No | Workspace directory of the project. Defaults to the server working directory. |