AI Agent Hub
Back to plugins
🧩

dsh-bundle-dedup-guard

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Lstalu/dsh-bundle-dedup-guard

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run the command: dsh plugin install Lstalu/dsh-bundle-dedup-guard. The source code is available at https://github.com/Lstalu/dsh-bundle-dedup-guard.

About this plugin

A common configuration error in DeepSeek Harness is listing both an aggregate package (like @linxin666/dsh-web-ui-all) and its sub-plugins in the profile, causing duplicate loader entry IDs. This triggers the "duplicate loader entry ID" error immediately before any plugin starts, blocking the entire profile from booting. dsh-bundle-dedup-guard acts as a critical safety net, intercepting these duplicates by analyzing the plugin environment during load to trace sources and providing specific fix commands. Beyond just fixing lists, the plugin performs comprehensive site-level health checks. It scans the vendor tree and plugin junctions to discover hidden issues like duplicate routes and corrupted dependencies. These zero-dependency checks serve as preventative measures, ensuring the environment remains stable and adheres to the Loader contract. In summary, this is an essential tool for any developer or admin maintaining a DeepSeek Harness ecosystem. By turning potential incidents into automated diagnostics and actionable fixes, it ensures configuration robustness and prevents the headache-inducing crashes that often occur during configuration reloads.

Use Cases

  • Aggregate package and sub-plugins listed simultaneously, causing boot failure.
  • Vendor tree corrupted or dependencies missing.
  • Plugin junctions broken or pointing to wrong locations.

Best For

  • Developers maintaining DeepSeek Harness configuration files.
  • DevOps engineers responsible for environment deployment.
  • CI/CD pipelines requiring automated health checks.