下载正式 Bundle
从产品的稳定交付入口下载当前 TGZ,核对 SHA-256。
DSH
按工作查找已经发布为 DeepSeek Harness Bundle 的产品。
Installation / 公开安装规范
DSH Bundle 安装到用户选择的 Profile。每个发行物独立声明 DSH、Node.js 兼容范围和准确包名,交付页据此生成可直接执行的命令。
Before you start / 准备
从产品的稳定交付入口下载当前 TGZ,核对 SHA-256。
核对交付页声明的 DSH 与 Node.js 兼容范围;发行物不会安装、降级或固定宿主。
在 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>