deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:Amengclass/dsh-settings-hub
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
sidebar.settings 插槽┌─────────────────────────────────────────────┐
│ DeepSeek Harness │
│ ┌──────────────┐ ┌──────────────────────┐ │
│ │ 原生设置项 │ │ 扩展设置项 ▾ │ │
│ │ 通用设置 │ │ ┌─ 插件分组 A ─────┐ │ │
│ │ 模型 │ │ │ 子项 1 │ │ │
│ │ 插件 │ │ │ 子项 2 │ │ │
│ │ Agent 预设 │ │ ├─ 插件分组 B ─────┤ │ │
│ │ │ │ │ 子项 1 │ │ │
│ └──────────────┘ │ └──────────────────┘ │ │
│ └──────────────────────┘ │
└─────────────────────────────────────────────┘
原生设置项(通用设置/模型/插件/Agent 预设)保持原样,第三方插件的设置项自动折叠到「扩展设置项」下。
| 折叠状态 | 展开状态 |
|---|---|
![]() |
![]() |
方式一:npm(推荐)
dsh plugin --profile web add dsh-settings-hub
pnpm 11 用户注意:pnpm 默认禁止安装发布 24 小时内的新版本。如果安装到旧版,在
~/.dsh/profiles/web/pnpm-workspace.yaml中添加:minimumReleaseAgeExclude: - dsh-settings-hub然后重新安装即可。
更新插件:
dsh plugin --profile web update dsh-settings-hub@latest
方式二:GitHub
dsh plugin --profile web add github:Amengclass/dsh-settings-hub
方式三:源码安装
git clone https://github.com/Amengclass/dsh-settings-hub.git
cd ~/.dsh/profiles/web
npm link /path/to/dsh-settings-hub
dsh web
dsh plugin --profile web remove dsh-settings-hub
打开浏览器访问 http://127.0.0.1:3080,点击左下角「设置」即可看到效果。
无需额外配置。安装后自动生效:
| 行为 | 说明 |
|---|---|
| 自动发现 | 扫描已安装插件,动态注册设置分组 |
| 拖拽排序 | 拖拽调整顺序,自动保存到 localStorage |
| 分组归属 | 根据 node_modules 依赖关系自动归属父插项 |
ls node_modules/dsh-settings-hubdsh web插件需要注册 settings.section 才会被发现。部分插件(如 dsh-vision-router)使用不同的设置注册机制,暂不支持。
排序保存在浏览器 localStorage 中。清除浏览器数据后排序会重置为默认。
# 克隆
git clone https://github.com/Amengclass/dsh-settings-hub.git
cd dsh-settings-hub
# 本地开发(链接到 DSH profile)
cd ~/.dsh/profiles/web
npm link /path/to/dsh-settings-hub
# 重启 DSH
dsh web
dsh-settings-hub/
├── index.js # Node 端:HTTP API + 依赖扫描
├── lib/
│ └── client.js # 浏览器端:设置面板 UI + 拖拽
├── cordis.patch.yml # DSH bundle 层声明
├── package.json
└── README.md
欢迎提交 Issue 和 PR!
git checkout -b feature/my-featuregit commit -m 'feat: add my feature'git push origin feature/my-featureCLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。