tttwh/dsh-plugin-audit
tttwh★ 0TypeScript最后同步: 2026-08-14
将DeepSeek Harness插件列表按来源分组展示——官方插件与自行安装插件,一目了然。
README 摘要
dsh-plugin-audit A DeepSeek Harness (DSH) plugin-management enhancement: group the plugin list by source so you can tell official plugins apart from the ones you installed yourself at a glance. Features - /plugin-audit command : lists the currently loaded plugins grouped by official / self-installed, with user / official / keyword filtering; - Source tab in Settings → Plugins: grouped cards with a source badge and a search box (next to the built-in "Plugin list" tab); - Zero-dependency, unit-tested classification : package-scope + explicit install-set rules ( @deepseek-ai/ → official, everything else → self-installed); - Fully reversible : read-only, touches no official bundle, one command to uninstall. Quick start Prerequisites: pnpm , the dsh CLI. Restart dsh web , then: - Type /plugin-audit in the composer, or - Open Settings → Plugins → the Source tab. Commands Command Purpose /plugin-audit Overview: self-installed one-by-one + official count /plugin-audit user Self-installed only /plugin-audit official Official only (full list) /plugin-audit Filter by package / entry keyword dsh plugin --profile web remove dsh-plugin-audit Uninstall Configuration Origin is derived from the pac…
在 GitHub 查看完整 README →