get_session_resume
Retrieve recent session history including files touched, tools used, and dead-end searches to orient yourself without re-reading files.
Instructions
Cross-session context carryover: shows what was explored in recent past sessions (files touched, tools used, dead-end searches). Call at session start to orient yourself without re-reading files. Much cheaper than re-exploring the codebase. Read-only. For decision-aware wake-up use get_wake_up instead. Returns JSON: { sessions: [{ files, tools, deadEnds }], active_decisions }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_sessions | No | Number of past sessions to include (default: 5) |