fable_file_diff
Generate a unified diff between any two past versions of a file using version indices to identify changes between edits or between a past version and the latest.
Instructions
Unified diff between any two reconstructed versions of a file (version indices from fable_file_history) — recover exactly what changed between two past edits, or between a past version and the latest. Pass the file path and the two version indices a and b.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| a | Yes | before version index | |
| b | Yes | after version index |