session_save
Name and describe a thinking session to make it searchable and identifiable for future retrieval.
Instructions
Name and describe the active thinking session for later retrieval. The session and all its thoughts are already persisted to SQLite automatically — this only adds a human-readable name and optional description. Persists session metadata. Use when you want to find this session later via session_list. Without session_save, the session keeps an auto-generated timestamp name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A descriptive name for this session (e.g., 'Debugging auth flow') | |
| description | No | Optional longer description of the session's purpose or context |