reset
Clear the current reasoning state to begin a new session. Previous data persists in SQLite and can be loaded later. Requires confirm=true to prevent accidental clearing.
Instructions
Clear the in-memory thinking state and start a new session. The previous session's data remains in SQLite and can be loaded later with session_load. Destructive to current in-memory state only. Use when switching to an unrelated problem. Requires confirm=true to prevent accidental clearing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to confirm reset (prevents accidental clearing) |