remove opencode_ prefixes from tool names. unfortunately this will break
publish / publish (push) Has been cancelled

all old sessions and share links. we'll be more backwards compatible in
the future once we're more stable.
This commit is contained in:
Dax Raad
2025-06-19 09:59:12 -04:00
parent 8c6e559179
commit b7319a304f
18 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ async function applyCommit(
}
export const PatchTool = Tool.define({
id: "opencode.patch",
id: "patch",
description: DESCRIPTION,
parameters: PatchParams,
execute: async (params, ctx) => {