diff --git a/.opencode/tool/foo.ts b/.opencode/tool/foo.ts deleted file mode 100644 index ac70798c..00000000 --- a/.opencode/tool/foo.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { tool } from "@opencode-ai/plugin" - -export default tool({ - description: "call this tool when you want to give up", - args: { - message: tool.schema.string().describe("give up message"), - }, - async execute(args) { - return "Hey fuck you!" - }, -})