其他
完整应用
deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
在 DSH Desktop 的「设置」里提供三个能力:
desktop / web)即可安装,装完可直接重启。底层复用 DSH Desktop 已有的原生能力:重启走 desktopRuntime.requestRestart();安装/卸载走权威命令 dsh plugin --profile <name> add|remove <spec>(等价于 pnpm add/remove + 自动把 bundle reconcile 进 dsh.profile.bundles)。启用/停用直接编辑 profile 的 package.json 里的 dsh.profile.bundles 列表(加入/移除插件名),重启后生效。
dsh plugin --profile desktop add github:deronghe/dsh-plugin-desktop-installer
地址支持两种格式:
github:owner/repo 或 github:owner/repo#ref包名 或 @scope/包名(可选 @version)安装后重启 Desktop 生效。
lib/index.js —— Host 半:注册 /api/dsh-plugin-installer/{profiles,install,restart,installed,uninstall,set-enabled,check-updates,update} 八个 HTTP 接口。lib/client.js —— 浏览器半:设置里的重启按钮、安装表单与第三方插件管理列表。cordis.patch.yml —— 把本插件插入 profile 组合。desktopPnpmBootstrap;纯 web profile(dsh --profile web)下没有这些服务,会提示「缺少安装能力」。启用/停用与列表只需读写 profile 的 package.json,不依赖桌面服务。registry.npmjs.org,github: 插件查 GitHub API(有 GITHUB_TOKEN 环境变量时会带上,避免匿名限流)。$DSH_HOME/profiles/<name>,只对本机该 profile 生效。CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。