get_session_history
Retrieve recent conversation session exchanges to restore context and avoid starting from scratch. Each entry includes session ID, message count, and last user/assistant exchange.
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 |