DeepSeek Harness plugin

dsh-plugin-sorter

RimCrow-inspired plugin sorter for DeepSeek Harness: two-column enable/disable board, drag to reorder, draft-apply-restart workflow, groups, notes, and diagnostics.

Jump to install

Source facts

Repository
inks-knowledge/dsh-plugin-sorter
Latest update
Aug 17, 2026
Category
Workflow & Automation
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/inks-knowledge/dsh-plugin-sorter
Plugin: dsh-plugin-sorter
Author: inks-knowledge

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-plugin-sorter

RimCrow-inspired plugin sorter for DeepSeek Harness (DSH).

Manage your DSH web profile plugins with a two-column board:

  • Enabled / Disabled two-column drag-and-drop UI
  • Drag between columns to enable / disable
  • Drag to reorder the enabled plugins (load order)
  • Click a plugin to see README, author, repository, version, diagnostics
  • Save drafts first, then apply changes; restarts are left to the user
  • Group plugins and add notes
  • Loader-entry view: two-column list of actual Cordis loader entries, with protected entries greyed out and details (id / name / description / version / repository)

Install

From GitHub:

dsh plugin --profile web add github:inks-knowledge/dsh-plugin-sorter

From npm (after publishing):

dsh plugin --profile web add dsh-plugin-sorter

Then restart DSH / the desktop app and open Settings → 插件排序.

Usage

1. Open Settings → Plugin Sorter. 2. Drag packages between the enabled / disabled columns. 3. Drag enabled packages to change load order. 4. Click a package for details and diagnostics. 5. Click Save Draft to keep your edits without applying them. 6. Click 保存 to write the changes to the profile. 7. Restart DSH manually to make the changes take effect.

The Loader Entries section shows the underlying Cordis loader rows:

  • Active entries are listed on the left, disabled entries on the right.
  • Protected architecture entries are greyed out and cannot be toggled.
  • Click an entry to see its id, name, description, version and repository.

Development

The plugin is a plain ESM DSH bundle:

lib/       host-side routes and profile logic
client/    browser bundle (window.__ModuleLoader__ format)

Local test

# In a built DSH checkout:
node --expose-internals apps/cli/lib/bin.js web --port 3999

Set DSH_HOME to a test home if you want to avoid touching your real profile.

License

MIT