diff options
| author | Dax Raad <[email protected]> | 2025-08-06 11:36:53 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-06 11:36:53 -0400 |
| commit | 4217286b729ca3b2159ac19ca9e3ccf2d2e271ae (patch) | |
| tree | ee979fb50abffa55de0f3cae258e1bedbd2efd4d /.opencode/plugin/example.ts | |
| parent | 28a4517ec6ef8fa0148fca784f2835daff3e022d (diff) | |
| download | opencode-4217286b729ca3b2159ac19ca9e3ccf2d2e271ae.tar.gz opencode-4217286b729ca3b2159ac19ca9e3ccf2d2e271ae.zip | |
ignore: remove demo plugin
Diffstat (limited to '.opencode/plugin/example.ts')
| -rw-r--r-- | .opencode/plugin/example.ts | 10 |
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 - }, - } -} |
