| 12 | }); |
| 13 | |
| 14 | export class EditTextTool extends Tool<z.infer<typeof ArgsSchema>> { |
| 15 | name = 'edit_text'; |
| 16 | description = 'String-based find-and-replace edit. For named functions/classes/methods PREFER edit_symbol which is AST-safe. Use this for non-code files, imports, or precise text changes. old_string must appear EXACTLY ONCE unless replace_all=true.'; |
| 17 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected