get_session_history
Fetch recent conversation sessions, including last exchange, to continue context without starting over. Limit results and scope to a repository path as needed.
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 |