get_session_history
Retrieve recent conversation sessions to restore context at the start of an interaction, returning session IDs, timestamps, message counts, and final exchange for continuity.
Instructions
Return recent conversation session exchanges for context continuity.
Each entry has: session_id, created_at, message_count, and last_exchange (the final user/assistant pair). Call at session start to resume context.
limit: number of most-recent sessions to return (default 10). repo_path: optional absolute path to the target repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| repo_path | No |