get_history
Retrieve recent decisions related to a file. Customize output with limit and full text options.
Instructions
Get recent decisions touching a file. Default: 5 with truncated context (~500 tokens). Pass full=true for untruncated text. Ordered by most recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Untruncated decision text (default false) | |
| limit | No | Max decisions (default 5, max 50) | |
| file_path | Yes | Relative file path |