summarize_session
Convert a ReclaimLLM session into reusable markdown context for handoff or transfer across AI coding tools. Use after an explicit request to summarize or add a session.
Instructions
Return reusable markdown context for a ReclaimLLM session using backend export-context flow.
Use only after an explicit user request such as "summarize ", "use this session", or "add as context". Do not infer this request from search results alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| include_diffs | No | ||
| max_diff_lines | No | ||
| force_regenerate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||