diff options
| author | Dax Raad <[email protected]> | 2025-08-02 18:50:19 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-02 18:50:19 -0400 |
| commit | ca031278ca9ca30277620e344f7a95c597a8a0de (patch) | |
| tree | 93af08a56682986262fb7d2c97cfd77d6a973ff7 /opencode.json | |
| parent | ae6e47bb42bbfcbb908cda28f4ec028a7335904e (diff) | |
| download | opencode-ca031278ca9ca30277620e344f7a95c597a8a0de.tar.gz opencode-ca031278ca9ca30277620e344f7a95c597a8a0de.zip | |
wip: plugins
Diffstat (limited to 'opencode.json')
| -rw-r--r-- | opencode.json | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/opencode.json b/opencode.json index eb9f5f93c..bf6d9d2de 100644 --- a/opencode.json +++ b/opencode.json @@ -1,16 +1,6 @@ { "$schema": "https://opencode.ai/config.json", - "provider": { - "cerebras": { - "options": { - "apiKey": "csk-m33xrvt43whkypn8r4ph9xc8fenhx2f68c3pj22ext45v5k9" - }, - "npm": "@ai-sdk/cerebras", - "models": { - "qwen-3-coder-480b": {} - } - } - }, + "plugin": ["./packages/plugin/src/example.ts"], "mcp": { "context7": { "type": "remote", |
