summaryrefslogtreecommitdiffhomepage
path: root/.opencode/tool
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-09-23 14:21:36 -0400
committerFrank <[email protected]>2025-09-23 14:21:39 -0400
commit75157e515c482d7c8cf074f6046849468aa4f931 (patch)
tree8a8384963859d6ed8a2f895dbd48345c405efb06 /.opencode/tool
parent5a96ee8e1bc712d9efc85ad679311a6e73dd480a (diff)
downloadopencode-75157e515c482d7c8cf074f6046849468aa4f931.tar.gz
opencode-75157e515c482d7c8cf074f6046849468aa4f931.zip
wip: remove
Diffstat (limited to '.opencode/tool')
-rw-r--r--.opencode/tool/foo.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/.opencode/tool/foo.ts b/.opencode/tool/foo.ts
deleted file mode 100644
index ac70798c0..000000000
--- 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!"
- },
-})