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.

Conflict Checker — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-conflict-checker

Conflict Checker

Detect DeepSeek Harness plugin conflicts and internal issues, and manage plugins (enable / disable / uninstall) from a settings page.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:TussalZeus18028/dsh-conflict-checker#be303fca9474d9e930239a1a6ce0cbd87e929b79
READMECompatibilityVersions

Compatibility and provenance

Conflict Checker is published as dsh-conflict-checker and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/26/2026

Versions

0.1.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/26/2026
View source ↗
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

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-conflict-checker

Detect DeepSeek Harness plugin conflicts and internal issues, and manage plugins (enable / disable / uninstall) from a settings page.

插件冲突检查:检测 DeepSeek Harness 的插件冲突与运行问题,并在设置页提供插件管理(启用 / 禁用 / 卸载)。

Features / 功能

  • Conflict detection / 冲突检测 — duplicate module loads, failed / pending fibers, duplicate settings namespaces, duplicate tool names, boot-graph issues and duplicate typert packages.
  • Plugin management / 插件管理 — enable / disable switches, uninstall with two-step confirm, per-plugin details.
  • One-click fixes / 一键修复 — every detected issue shows its detail and a solution, with a fix button where applicable.
  • Modern official-style UI / 官方风格设置页 — renders as the "插件冲突检查" page under Settings, matching the harness theme tokens.

Install / 安装

dsh plugin --profile web add dsh-conflict-checker

Or add it to your profile's cordis.patch.yml directly:

- id: dsh-conflict-checker
  disabled: false

Usage / 使用

Open Settings → 插件冲突检查. The page shows a health overview (plugin count, enabled / disabled, issues), the detected problems with solutions, and the full plugin list with search, filtering, enable / disable switches, uninstall and details.

How it works / 工作原理

  • Host half registers JSON endpoints at /plugins/dsh-conflict-checker/* (scan / set-enabled / remove) on the shared web server.
  • Client half renders the settings section and calls those endpoints.
  • Plugin enumeration reads the Cordis Loader entries; conflict detection inspects the loader, settings namespaces, tool schemas, the web boot graph and the typert registry.

License / 许可证

MIT