reset
Clear the in-memory thinking state to start a fresh session without deleting prior data. Requires confirmation to prevent accidental clearing. Use when switching to an unrelated problem.
Instructions
Clear the in-memory thinking state and start a fresh session. The previous session's data is NOT deleted — it remains in SQLite and can be loaded later with session_load. Destructive to in-memory state only. Returns confirmation. Use when switching to an unrelated problem where carrying the old context would be noise. Requires confirm=true to prevent accidental clearing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to confirm reset (prevents accidental clearing) |