DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Substrate — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@anweat/dsh-substrate

Substrate

Diagnoses DeepSeek Harness plugin conflicts and guides a version-locked external repair when one is available.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @anweat/dsh-substrate@0.1.2
READMECompatibilityVersions

Compatibility and provenance

Substrate is published as @anweat/dsh-substrate and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/22/2026

Versions

0.1.2stable
9/9/2026
0.1.1stable
9/8/2026
Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
264.6 kB
Files
41
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
41
Last push
9/10/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

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.