newbieYi/dsh-plugin-manager0

dsh-plugin-manager

DSH plugin manager: list installed plugins with descriptions and uninstall the ones you installed yourself.

AI 분석

核心用途是提供可视化的插件管理界面,方便用户查看已装插件列表并一键卸载。适合需要便捷管理本地 DSH 插件生态的用户。

패키지
dsh-plugin-manager
버전
0.1.0
최근 업데이트
2026. 8. 19.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:newbieYi/dsh-plugin-manager

配置

在 profile 的 cordis.patch.yml 里可选配置:

- insert:
    - id: plugin-manager
      name: dsh-plugin-manager
      config:
        # 卸载作用的 profile 目录。留空则自动寻找 bundles 中包含本包的 profile,
        # 找不到再回退到 $DSH_HOME/profiles/web。
        profileDir: ''