patch_section
Generate a unified diff of changes to a Markdown section without applying them, allowing preview of what replace_section would do.
Instructions
Return a unified diff of what replace_section would do, without writing.
Useful for previewing changes before committing them. Returns the unified diff as a string (empty string if no changes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| file_path | Yes | ||
| new_content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |