diff options
| author | Frank <[email protected]> | 2025-09-23 14:21:36 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-23 14:21:39 -0400 |
| commit | 75157e515c482d7c8cf074f6046849468aa4f931 (patch) | |
| tree | 8a8384963859d6ed8a2f895dbd48345c405efb06 /.opencode/tool | |
| parent | 5a96ee8e1bc712d9efc85ad679311a6e73dd480a (diff) | |
| download | opencode-75157e515c482d7c8cf074f6046849468aa4f931.tar.gz opencode-75157e515c482d7c8cf074f6046849468aa4f931.zip | |
wip: remove
Diffstat (limited to '.opencode/tool')
| -rw-r--r-- | .opencode/tool/foo.ts | 11 |
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!" - }, -}) |
