Merge origin/master into worktree/install-interface-choice

This commit is contained in:
Tianyi Cui
2026-08-01 18:06:49 +08:00
168 changed files with 3390 additions and 644 deletions
+4 -2
View File
@@ -16,10 +16,12 @@ DeepSeek Harness`dsh`)是一款基于 DeepSeek Harness SDK 构建的开源
## 安装
使用一条命令安装 `dsh`
克隆仓库,然后运行安装器
```sh
curl -fsSL https://raw.githubusercontent.com/deepseek-harness/deepseek-harness/master/scripts/install.sh | sh
git clone <repo-url>
cd deepseek-harness
scripts/install.sh
```
安装器要求系统已安装 `git` 和 Node `^22.19 || >=24`,缺少 `pnpm` 时可代为安装,并会提示输入 DeepSeek API 密钥,随后让你选择启动 Web UI 或 TUI。选择 Web UI 时,安装器会先构建所需的仓库产物。