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

View File

@@ -16,10 +16,12 @@ It uses an architecture where **everything is a plugin**.
## Install
Install `dsh` with one command:
Clone the repository, then run the installer:
```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
```
The installer requires `git` and Node `^22.19 || >=24`, offers to install `pnpm` when it is missing, prompts for a DeepSeek API key, then lets you launch the Web UI or TUI. Choosing Web UI builds the required repository artifacts first.