From 91a9e455e233e454df1cfc552f2ddbf7d9fbecb8 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 30 May 2025 16:39:45 -0400 Subject: sync --- js/src/tool/edit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/tool/edit.ts') diff --git a/js/src/tool/edit.ts b/js/src/tool/edit.ts index 0fa10475b..9ba99a3be 100644 --- a/js/src/tool/edit.ts +++ b/js/src/tool/edit.ts @@ -53,7 +53,7 @@ When making edits: Remember: when making multiple file edits in a row to the same file, you should prefer to send all edits in a single message with multiple calls to this tool, rather than multiple messages with a single call each.`; export const edit = Tool.define({ - name: "edit", + name: "opencode.edit", description: DESCRIPTION, parameters: z.object({ filePath: z.string().describe("The absolute path to the file to modify"), -- cgit v1.2.3