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.
AI 分析
核心用途是提供便捷的DSH插件开关管理面板。适合安装了较多插件、需要免重启动态调试或临时禁用特定插件的用户。
インストール
$
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` |