Expand description
Multi-edit tool — apply multiple sequential edits to a single file atomically.
Instead of calling edit_file N times (each reading/writing the file), this
tool reads the file once, applies all edits in-memory in order, writes the
result atomically, and returns a single combined diff.
Structs§
- Multi
Edit Tool - Tool for applying multiple sequential edits to a single file atomically.