Guide · docs
DeepSeek Harness Docs
DeepSeek Harness docs are good and scattered. This page is a table of contents for humans who searched “deepseek harness docs” and do not want to wander the monorepo. We do not fork the official text.
Official documents
| Doc | What it answers |
|---|---|
| Product page | Official positioning. Community plugins link goes to the GitHub topic — there is no official registry. |
| README / run | npx @deepseek-ai/dsh web and the from-source path. |
| Architecture | Cordis, profiles, bundles, dsh-base / dsh-web-app / dsh-headless. |
| First plugin | apply(ctx), inject, --patch, three plugin forms. |
| CLI | dsh --profile, dsh web, dsh plugin --profile <name> <pnpm args>. |
| Docs tree | User guide, cookbook, cordis primer, AGENTS.md for coding agents. |
| Discussions | Official support path. Prefer this over random Discord screenshots. |
| npm package | @deepseek-ai/dsh — product launcher, currently an RC. |
CLI cheat sheet
npx @deepseek-ai/dsh web— boot the Web UI profiledsh --profile headless "job"— one-shot sessiondsh plugin --profile web add github:owner/repo— install a community plugindsh --profile web --port 8080— app flags come after launcher flagspnpm dsh web --patch ./overlay.yml— load a local plugin overlay from source