edit_file
Replace specific text in local development files by matching exact content, enabling precise file modifications for coding tasks.
Instructions
Edit a file by replacing specific text. The old_text must match exactly (including whitespace).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file | |
| old_text | Yes | Text to find and replace (must match exactly) | |
| new_text | Yes | Text to replace it with |