DeepSeek Harness Plugin Hub

环境预设找不到或无法解析

区分 Hub slug、Release 版本和本地 Profile 名称,快速恢复可复现的应用流程。

确认三个名称

第一个参数是 Hub Preset slug,--version 指向已发布 Release,--profile 指向本机 DSH Profile 目录。三者可以不同。先搜索并复制详情中显示的 slug。

bash
dsh-hub profile search <keyword>
dsh-hub profile show <profile-slug>

检查可见性、版本和 API

私有环境预设 和未发布 Draft 不会出现在公共搜索。指定版本返回 404 时,检查 Release 列表和字符大小写。设置了 HUB_API_ORIGIN 时,还要确认它指向同一 Hub 环境。最后用 dry-run 解析,再用 doctor 验证本地结果。

bash
dsh-hub profile apply <profile-slug> --version <exact-version> --profile web --dry-run
dsh-hub profile doctor <profile-slug> --version <exact-version> --profile web