get_history
Retrieve the chronological thought history for the active session, optionally filtered by branch or capped by limit, to review the full reasoning chain.
Instructions
Retrieve the thought history for the current active session. Read-only. Returns thoughts in chronological order with their numbers, content, tags, branch assignments, and any revision links. Optionally filter to a specific branch with branchId, or cap results with limit. Use to review the full reasoning chain or to find context before adding the next thought.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchId | No | Optional: filter by branch | |
| limit | No | Optional: limit results |