get_history_entry
Retrieve a specific saved version of a file by its index from local history to restore or examine past changes.
Instructions
Get a specific history entry for a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | The path to the file. Please provide an absolute path (e.g., "/Users/user/project/biome.json") for reliable matching. | |
| entryIndex | Yes | The index of the history entry (0 = most recent) |