get_session_history
Retrieve recent conversation sessions to maintain context continuity across interactions. Use this to resume previous conversations and avoid starting from scratch.
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 |