session_load
Restore a previously saved thinking session into active memory, replacing the current state with all its thoughts, branches, and tags.
Instructions
Restore a previously saved thinking session into memory, replacing the current in-memory state. All thoughts, branches, and tags from the saved session are loaded. The current session's data is not lost — it remains in SQLite and can be loaded later. Use after session_list to find the session UUID. Replaces current working state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The session UUID to load (from session_list) |