space-spacee-clamation/dsh-package-manager ↗★ 1
@dsh-ext/dsh-package-manager
DSH 包管理器插件:将 dsh-bundle 插件作为 profile 依赖安装,支持热挂载与卸载,无需重启。
AI 分析
核心用途是实现 DSH 插件的免重启热插拔管理。适合频繁安装、调试或切换不同 dsh-bundle 插件,追求无缝开发与使用体验的高级用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:space-spacee-clamation/dsh-package-manager說明文件
閱讀完整 README ↗使用
dpm state
dpm install --profile web --source github:owner/repo --adapter auto --dry-run
dpm install --profile web --source github:owner/repo --allow-build
dpm uninstall --profile web --id repo
dpm disable --profile web --id repo
dpm enable --profile web --id repo
dpm restore --file ./requirements/deps.yaml
dpm sync --repo . --modes web,headless
dpm doctor
Web 设置页的链接输入会创建 AI 会话并派发 pm_install。详细 API 与 adapter
规范见 docs/。