compare_files
Compare two files to identify differences with customizable formatting options for code review and version tracking.
Instructions
Compare two files and show differences with multiple format options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file1 | Yes | First file path | |
| file2 | Yes | Second file path | |
| format | No | Diff format | |
| contextLines | No | Number of context lines (default: 3) | |
| ignoreWhitespace | No | Ignore whitespace changes | |
| wordDiff | No | Show word-level differences | |
| label1 | No | Label for first file | |
| label2 | No | Label for second file |