Skip to main content

Module multi_edit

Module multi_edit 

Source
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§

MultiEditTool
Tool for applying multiple sequential edits to a single file atomically.