Zenjibad/dsh-plugin-toggle ↗★ 0
dsh-plugin-toggle
Enable/disable DSH plugins directly from Settings → Plugins: an additive 'Enable/Disable' tab that stops/starts loader entries live and persists the change across restarts.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Zenjibad/dsh-plugin-toggle说明文档
阅读完整 README ↗⚙️ Configuration
No config file, no persisted settings of its own. Behaviour is fixed by constants in the source:
| Knob | Location | Default |
|---|---|---|
| HTTP route | src/index.ts | `GET |
| Locked entries | LOCKED / LOCKED_NAMES in src/index.ts | include, cordis:include, dsh-plugin-toggle |
| Tab seat | src/client/index.tsx | settings.plugins.tab id toggle, order 20 |
| Toast duration | src/client/index.tsx | 6 s |
| Persistence target | derived from the loader's include entry | ` |
| /cordis.patch.yml` |