You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: rename package to @brainervirus/opencode-commandcode (#5)
Match OpenCode's opencode-<thing> plugin convention and drop the redundant go/provider suffix. GitHub repo is already opencode-commandcode.
Co-authored-by: Cursor <cursoragent@cursor.com>
[Command Code](https://commandcode.ai) API provider for [opencode](https://opencode.ai). Use Claude, GPT, Gemini, DeepSeek, Qwen, Kimi, GLM, MiniMax, Step, and other models through a single API key.
8
8
9
9
This package keeps a **bundled** model catalog current via CI. You do **not** need a local `command-code` CLI. Catalog patches publish automatically after a green PR merges to `main`.
10
10
11
+
Previously published as `@brainervirus/commandcode-go-opencode-provider`. Use this name instead.
12
+
11
13
## Credits
12
14
13
15
This package is based on **[FanFan4204/opencode-commandcode-provider](https://github.com/FanFan4204/opencode-commandcode-provider)**. That work started from **[brent-weatherall/opencode-commandcode-provider](https://github.com/brent-weatherall/opencode-commandcode-provider)** by **[Brent Weatherall](https://github.com/brent-weatherall)**. Thank you both — FanFan for the OpenCode provider this repo continues, and Brent for the original plugin, catalog extraction, and Command Code wiring. The license remains MIT; copyright stays with Brent Weatherall.
@@ -26,7 +28,7 @@ This package is based on **[FanFan4204/opencode-commandcode-provider](https://gi
@@ -66,13 +68,13 @@ Run `/connect` in opencode, search for **Command Code**, and enter your API key,
66
68
67
69
## Optional local CLI override
68
70
69
-
Maintainers only. OpenCode will scrape a local `command-code` install when `COMMANDCODE_PACKAGE_PATH` or `commandCodePackagePath` in `~/.config/opencode/commandcode-go-opencode-provider.json` is set.
71
+
Maintainers only. OpenCode will scrape a local `command-code` install when `COMMANDCODE_PACKAGE_PATH` or `commandCodePackagePath` in `~/.config/opencode/opencode-commandcode.json` is set.
"description": "Command Code API provider for opencode — use Claude, GPT, Gemini, DeepSeek, Qwen, Kimi, GLM, MiniMax, and Step models via Command Code",
0 commit comments