| 88 | }; |
| 89 | } |
| 90 | |
| 91 | export class MultiFileEditTool extends Tool<z.infer<typeof MultiFileEditArgs>> { |
| 92 | name = 'multi_file_edit'; |
| 93 | description = 'Apply edits to MULTIPLE files atomically. Validates all edits first, then commits all-or-nothing. Use for refactors spanning many files (rename a function, update imports, change an API). Faster + safer than calling edit_text many times.'; |
nothing calls this directly
no outgoing calls
no test coverage detected