AI Agent Hub
Back to plugins
⚙️

dsh-plugin-sorter

Workflow Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install inks-knowledge/dsh-plugin-sorter

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

Run dsh plugin install inks-knowledge/dsh-plugin-sorter in your DeepSeek Harness terminal or config directory to install; the source is available at https://github.com/inks-knowledge/dsh-plugin-sorter

About this plugin

Once you have several DSH plugins installed, toggling them on or off and tuning their load order means digging through config files every time—a tedious and error-prone chore. dsh-plugin-sorter turns that into a clean two-column drag-and-drop board: enabled plugins on the left, disabled ones on the right. A single drag switches state; another drag reorders the load sequence.

Click any plugin card to inspect its README, author, repository, version, and diagnostics without leaving DSH. Edits are saved as a draft first, then explicitly written to the profile, and a manual restart of DSH puts everything into effect—so your running configuration is never touched by accident.

A built-in Loader Entries panel exposes the underlying Cordis loader rows. Protected architecture entries are greyed out and cannot be toggled, while active and disabled entries are listed side by side with their id, name, description, version, and repository on click. If you are running multiple DSH plugins and want a single visual surface to manage them all, this plugin is built for that.

Use Cases

  • When reordering multiple DSH plugins by load priority
  • When toggling a plugin on or off without editing config files
  • When inspecting the underlying Loader entry structure

Best For

  • Users running multiple DSH plugins concurrently
  • Anyone who prefers a visual interface over config file editing
  • Developers debugging plugin load-order issues