Home
Docs
Major Features / Sessions & Continuity

Sessions & Continuity

Heddle saves sessions under .heddle/ so longer work never resets.

Overview

Come back to an interrupted task, continue a debugging thread, or preserve project context across runs. Sessions capture the full conversation history and any pending actions so nothing is lost between restarts.

Commands

/session list           # List all saved sessions
/session switch <id>    # Switch to a previous session
/continue               # Resume the last session
/compact                # Summarize history to reduce context window

Next