SORRYSKILLS

DSH

DeepSeek Harness 专业 AI Bundle

按工作查找已经发布为 DeepSeek Harness Bundle 的产品。

Installation / 公开安装规范

安装 DSH Bundle

DSH Bundle 安装到用户选择的 Profile。每个发行物独立声明 DSH、Node.js 兼容范围和准确包名,交付页据此生成可直接执行的命令。

Before you start / 准备

  • 已经安装当前正式 DeepSeek Harness
  • DSH 与 Node.js 满足产品交付页声明的兼容范围
  • 知道实际使用的 DSH Profile 名称;示例默认使用 web

下载正式 Bundle

从产品的稳定交付入口下载当前 TGZ,核对 SHA-256。

确认兼容范围

核对交付页声明的 DSH 与 Node.js 兼容范围;发行物不会安装、降级或固定宿主。

安装到 DSH Profile

在 TGZ 所在目录执行安装;把示例 Profile 和文件名替换为交付页给出的实际值。

dsh plugin --profile <profile> add ./<bundle>.tgz

重启并验证

重启对应 Profile,在声明支持的 Preset 中新建会话,并用真实材料跑通产品任务。

更新

从稳定交付入口取得新版 TGZ,并对同一个 Profile 再次执行安装命令。

dsh plugin --profile <profile> add ./<bundle>.tgz

卸载

使用发行物声明的准确包名移除 Bundle,然后确认 Profile manifest 和配置层都不再包含它。

dsh plugin --profile <profile> remove <package_name>

Available for DSH

选择任务,开始工作。