DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Substrate — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@anweat/dsh-substrate

Substrate

诊断 DeepSeek Harness 插件冲突,并在可用时引导执行版本锁定的外部修复。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @anweat/dsh-substrate@0.1.2
README兼容性版本

兼容性与来源证明

Substrate 以 @anweat/dsh-substrate 发布,当前版本为 0.1.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/22

版本

0.1.2stable
2026/9/9
0.1.1stable
2026/9/8
最新版
0.1.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
264.6 kB
文件数
41
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
41
最近提交
2026/9/10
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

@anweat/dsh-substrate

dsh-substrate diagnoses DeepSeek Harness plugin conflicts and supplies a reversible, version-locked repair for duplicate loader entry IDs.

The Web card is read-only. It reports the detected DSH installation, the exact loader version, and the repair state. The external CLI performs installation changes so the running DSH process never rewrites its own dependencies.

Install in DSH

dsh plugin --profile web add @anweat/dsh-substrate@^0.1.2

Restart DSH after installing the plugin. Open the Substrate compatibility card to inspect the current state.

Repair duplicate entry IDs

Check whether the detected installation is supported:

npx --yes @anweat/dsh-substrate@0.1.2 repair --home "<DSH_HOME>"

Apply the repair, then restart DSH:

npx --yes @anweat/dsh-substrate@0.1.2 repair --home "<DSH_HOME>" --apply --yes

Revert the repair, then restart DSH again:

npx --yes @anweat/dsh-substrate@0.1.2 repair --home "<DSH_HOME>" --revert --yes

The repair currently supports these exact packages:

  • @deepseek-ai/cordis-plugin-include@1.0.6
  • @deepseek-ai/cordis-plugin-include@1.0.7
  • @deepseek-ai/dsh-app-boot@0.1.2-alpha.2 through 0.1.2-alpha.5
  • @deepseek-ai/dsh-app-boot@0.1.2-rc.1
  • @deepseek-ai/dsh-app-boot@0.1.3-alpha.2
  • @deepseek-ai/dsh-app-boot@0.1.5-alpha.1

The Git tag dsh-v0.1.3-alpha.1 has source-level evidence, but npm never published the matching dsh-app-boot package. It therefore remains outside the installable repair matrix.

Unknown versions are refused before any file is changed. The CLI stages a pnpm patch in the real DSH installation workspace, runs pnpm install, verifies the installed file, and supports a matching revert transaction.

This repair removes the duplicate entry-ID boot gate. It does not automatically isolate plugins that also claim the same Cordis service or tool names. Those later runtime conflicts still need service realms and tool scopes supplied by the host composition.

Version 0.1.0 users must add npm's peer-dependency compatibility flag when running the standalone CLI:

npx --yes --legacy-peer-deps @anweat/dsh-substrate@0.1.0 repair --home "<DSH_HOME>"

See the compatibility matrix, browser coexistence verification, and tested boundaries.