liuyun847/dsh-host-plugin-registry ↗★ 0
dsh-host-plugin-registry
DSH 插件:记录当前 profile 插件树中所有自定义插件(非官方 @deepseek-ai 包),写入 ~/.dsh/storages/plugins.json 快照,并在 Web 设置 → 插件页提供"自定义插件"tab(remote 服务 + 客户端 UI)
AI Analysis
自动扫描并记录非官方的自定义插件,生成快照并在Web设置中提供管理界面。适合安装了较多第三方插件、需要统一管理和查看配置的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置(cordis.patch.yml 的 entry config)
| 字段 | 默认值 | 说明 |
|---|---|---|
outputFile | ~/.dsh/storages/plugins.json | 快照输出路径 |
excludePrefixes | ['@deepseek-ai/', 'cordis:'] | 视为内置插件而排除的模块名前缀 |
includeConfig | true | 是否记录各插件配置 |
debounceMs | 300 | 插件树变化后刷新快照的去抖毫秒数 |