This commit is contained in:
Dax Raad
2025-05-30 16:43:42 -04:00
parent c391c6d3f3
commit 91a9e455e2
11 changed files with 83 additions and 276 deletions
+1 -1
View File
@@ -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"),