session_checkpoint
Save the current session state as a named checkpoint and get an ID to resume later. Use it to preserve progress before context compaction.
Instructions
Create a checkpoint of the current session state. Returns a checkpoint ID that can be used to resume later. Stores recent captures as a named snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Checkpoint name for easy reference. | |
| summary | No | What was happening at this checkpoint. |