emacs_ediff_files
Compare two files to identify differences, with configurable output formats like unified, context, side-by-side, or summary. Choose context lines for precise diff results.
Instructions
Compare two files and return the diff
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_a | Yes | Path to the first file | |
| file_b | Yes | Path to the second file | |
| format | No | Output format (default: unified) | |
| context_lines | No | Number of context lines (default: 3) |