liuyun847/dsh-host-plugin-registry ↗★ 0
dsh-host-plugin-registry
DSH 插件:记录当前 profile 插件树中所有自定义插件(非官方 @deepseek-ai 包),写入 ~/.dsh/storages/plugins.json 快照,并在 Web 设置 → 插件页提供"自定义插件"tab(remote 服务 + 客户端 UI)
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗配置(cordis.patch.yml 的 entry config)
| 字段 | 默认值 | 说明 |
|---|---|---|
outputFile | ~/.dsh/storages/plugins.json | 快照输出路径 |
excludePrefixes | ['@deepseek-ai/', 'cordis:'] | 视为内置插件而排除的模块名前缀 |
includeConfig | true | 是否记录各插件配置 |
debounceMs | 300 | 插件树变化后刷新快照的去抖毫秒数 |