save_session
Preserve conversation progress and decisions before context compression, enabling automatic state restoration for subsequent agent sessions.
Instructions
Save current session state before conversation ends or context compresses. Capture: what's in progress, what's blocked, what's done, decisions made. The next agent instance loads this automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Full session state: in-progress work, blocked items, completed items, key decisions | |
| tags | No |