DamonKoy/dsh-plugin-toggle

DamonKoy★ 2JavaScriptLast synced: 2026-08-15

Open on GitHub

DSH plugin switchboard: Settings tab with descriptions, fuzzy search, and runtime start/stop

README excerpt

dsh-plugin-toggle English 中文 A DeepSeek Harness (DSH) plugin switchboard for the web GUI. Open Settings → Plugins → Plugin Switch . Every loaded plugin is a card with: - a short description (from that package's package.json description ) - enabled / disabled + fiber phase (running / pending / failed / …) - Start / Stop (runtime only — does not rewrite cordis.yml ) - fuzzy search (name / module / id / description; subsequence match) Core / surface plugins ( webserver , connection , session , agent , …) are marked Core and cannot be stopped from this UI, so the page cannot take itself down. Install Restart dsh web , then open Settings → Plugins → Plugin Switch . Or add the repo as a profile dependency and include the bundle: Then pnpm install in the profile directory and restart dsh web . What you get Feature Notes Plugin cards Title, entry id, description, enabled tag, phase Categories Grouped sections (core / UI / theme / tools / fun / other), collapsible Sorting Within a group: togglable plugins first, then by status (running first), then name Fuzzy search Tokens match as substring or subsequence across fields incl. category Start / Stop entry.update({ disabled }) — runtime only, …

View full README on GitHub →
Tools / Devdsh-pluginagentsearch

Category