sassy_edit_multi
Apply multiple text edits to a file in one call using an ordered list of old/new pairs. Automatically snapshots content before changes and refuses edits on protected paths.
Instructions
Apply multiple edits to a file in one call.
edits format (JSON string): [{"old": "text to find", "new": "replacement"}, ...]
Edits are applied in order. Each must have exactly one match. Refuses edits on protected paths and snapshots existing content to DELETE/ before applying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| edits | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |