This commit is contained in:
Dax Raad
2025-05-30 16:39:45 -04:00
parent c391c6d3f3
commit 91a9e455e2
11 changed files with 83 additions and 276 deletions

View File

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