dsh-opencodego
OpenCode Go provider that verifies a model against the gateway rather than treating a recommendation as a measurement: the models.dev protocol suggestion is probed before it is used, reasoning levels follow a measured contract, and requests run through an ordered protocol fallback chain. Context window, max output and image-input numbers are declared by a runtime-refreshed models.dev layer rather than probed, with operator overrides above both. Several OpenCode Go credentials can be stored and switched from the settings page.
把 OpenCode Go 接入 DSH 的提供方插件:不把"推荐"当结论——models.dev 给的协议建议会先真的探一次确认再用,思考档位按实测契约确定,请求走有序的协议回退链。上下文、最大输出与图片输入的数字由运行期刷新的 models.dev 声明层提供而非探测,操作者覆盖排在两者之上。可保存多把 OpenCode Go 密钥,在设置页里切换当前使用的那把。
How to install
dsh plugin add github:whoiszzj/dsh-opencodego About
dsh-opencodego 给 DeepSeek Harness 用的 **OpenCode Go** 提供方插件。 它把 OpenCode Go(以及任何 OpenCode 风格的 OpenAI 兼容网关)接进 DSH,并且**按每个模型实际支持的协议**发请求 (openai-completions / openai-responses / anthropic-messages),不用你手配。 模型能力**不靠猜**:插件会真的去问网关,把"这个模型还能不能用、走哪个协议、思考档位到底哪些管用"测出来。 --- 安装 bash dsh plugin --profile web add github:whoiszzj/dsh-opencodego 装完**重启 dsh web**(宿主那半边是进程启动时加载的,不重启不生效)。 其它安装方式: bash 本地源码 cd /path/to/dsh-opencodego && npm run build dsh plugin --profile web add /absolute/path/to/dsh-opencodego 发布包 npm pack dsh plugin --profile web add ./dsh-opencodego-0.9.0.tgz 卸载:dsh plugin --profile web remove d…
Recommendation signals
Meta
- License
- –
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-23
- Created
- 2026-09-12
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令;无 license
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin, dsh-plugins
Related plugins
dsh-plugin-subscriptions
V1ki/dsh-plugin-subscriptions
Use ChatGPT (Codex), Claude, and Grok subscriptions as DeepSeek Harness LLM providers, with Settings login, model catalogs, usage, plus image_generate, video_generate, and x_search tools.
dsh-workbuddy-connect
corrinehu/dsh-workbuddy-connect
Brings the models in the WorkBuddy desktop app straight into DeepSeek Harness — zero configuration in the DSH chat.
claude-code-router
musistudio/claude-code-router
One local control plane for every AI agent: route across models, fuse new capabilities, orchestrate tools, and stay fully in control.
dsh-thinking-effort
hytime/dsh-thinking-effort
Configure reasoning-effort levels and sub-agent defaults for custom DSH models.