tool rework

This commit is contained in:
Dax Raad
2025-05-31 17:12:16 -04:00
parent 33109bac4d
commit b4f809559e
19 changed files with 142 additions and 110 deletions

View File

@@ -265,8 +265,8 @@ async function applyCommit(
}
}
export const patch = Tool.define({
name: "opencode.patch",
export const PatchTool = Tool.define({
id: "opencode.patch",
description: DESCRIPTION,
parameters: PatchParams,
execute: async (params) => {