velixar_session_resume
Reconstruct full session context from memory, returning narrative summary, key decisions, open threads, and last state for uninterrupted work resumption.
Instructions
Reconstruct full session context in a single call — the recommended way to resume work. Returns narrative summary, key decisions, open threads, and last state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Specific entity or topic to prioritize in reconstruction | |
| topic | No | Topic to focus reconstruction on | |
| intent | No | What you need the context for — affects which details are preserved (default: continue_coding) | |
| max_tokens | No | Token budget for the response (default 4000) | |
| session_id | No | Session ID to resume (optional — uses most recent if omitted) | |
| exclude_topics | No | Filter out irrelevant threads during reconstruction | |
| from_memory_id | No | Resume from a specific point in the session (memory ID) |