mitian233/dsh-plugin-commandcode-provider

mitian233★ 0TypeScript最后同步: 2026-08-16

在 GitHub 打开

README 摘要

Command Code provider for DeepSeek Harness dsh-plugin-commandcode-provider adds the commandcode LLM provider route to DeepSeek Harness (DSH). It sends requests to Command Code's /alpha/generate API. Installation This plugin is a standalone DSH plugin. It does not modify the DeepSeek Harness repository: install it into a profile with dsh plugin , the official plugin manager. The package declares a dsh.bundle manifest (a cordis.patch.yml layer), so dsh plugin add activates it automatically — no manual cordis.patch.yml edit is required. Run DSH The official npm form runs the harness without a global install: If dsh is already on your PATH (installed globally or via a package manager), dsh web is equivalent. This plugin is compatible with DSH 0.1.0-rc.6 and later (npm next tag). Install the plugin into a profile From the plugin checkout, install the local directory into a profile. The first use initializes the profile (with @deepseek-ai/dsh-base as its first bundle): add . anchors the relative path to the invoking directory, so it links this checkout into the profile's pnpm-managed node modules . Because the package declares dsh.bundle , dsh plugin also appends the package to the profi…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-pluginllm-provider

分类