summaryrefslogtreecommitdiffhomepage
path: root/.opencode/plugin
diff options
context:
space:
mode:
Diffstat (limited to '.opencode/plugin')
-rw-r--r--.opencode/plugin/example.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/.opencode/plugin/example.ts b/.opencode/plugin/example.ts
deleted file mode 100644
index 05910054a..000000000
--- a/.opencode/plugin/example.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-import { Plugin } from "../../packages/plugin/src/index"
-
-export const ExamplePlugin: Plugin = async ({ app, client, $ }) => {
- return {
- permission: {},
- async "chat.params"(input, output) {
- output.topP = 1
- },
- }
-}