其他
完整应用
deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
在 DSH Web 客户端的“设置 → 插件”页面中新增“插件管理”导航标签,用于管理所有已安装的、非系统自带的第三方插件。
@deepseek-ai/*、cordis:*、deepseek-harness/packages/*、deepseek-harness/vendor/* 等系统内置条目会被过滤,不会出现在列表中,也不会被误操作。ctx.loader.remove(entryId),从当前运行实例移除该插件。dev_uninject_plugin。GET /@dsh-external/ui-plugin-manager/api/plugins
POST /@dsh-external/ui-plugin-manager/api/toggle
Content-Type: application/json
{ "entryId": "xxx", "enabled": false }
POST /@dsh-external/ui-plugin-manager/api/uninstall
Content-Type: application/json
{ "entryId": "xxx" }
dev_build_plugin {"dir": "C:/Users/<user>/.dsh/plugins/ui-plugin-manager"}
dev_inject_plugin {"dir": "C:/Users/<user>/.dsh/plugins/ui-plugin-manager"}
然后打开/刷新 DSH Web,进入 设置 → 插件 → 插件管理。
如果你已安装 dsh CLI,可以按项目官方教程使用 dsh plugin 命令安装:
# 从本地插件目录安装
dsh plugin --profile web add C:/Users/<user>/.dsh/plugins/ui-plugin-manager
# 或从 GitHub 仓库安装
dsh plugin --profile web add github:xiyue718/dsh-ui-plugin-manager
安装后启动:
dsh --profile web
查看组合配置:
dsh --profile web --dump-config
详细命令说明见项目文档:docs/user/develop/basic/publish.md。
lib/index.jslib/client.jsdsh-external-ui-plugin-manager-0.0.1.tgzCLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。