resume_session
Retrieve a compact summary of a previous session's actions, decisions, and pending items to inject into a new session's context. Maintain continuity across sessions without repetitive explanations.
Instructions
Get the resume context for a previous session. Returns a compact summary of what was done, decided, and what's pending. Inject this into the system prompt when starting a new session on the same project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | critical=~100 tokens, standard=~300 tokens, full=~600 tokens | standard |
| session_id | Yes | Session ID to resume |