deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:brzvsk/dsh-plugins
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Out-of-tree plugins for DeepSeek Harness (dsh).
Each subdirectory is one installable plugin bundle (dsh.bundle.patch + its own cordis.patch.yml),
so dsh plugin --profile <name> add <pkg> registers it as a profile layer automatically.
| Plugin | npm | What it does |
|---|---|---|
| visualize | dsh-visualize | visualize_html tool + sandboxed HTML preview card in the Web chat (Codex /vizualize analogue) |
# the profile is a pnpm workspace root, so -w is required
dsh plugin --profile <name> add -w dsh-visualize
Then restart the profile (the shipped web surface disables HMR, so layer changes are not picked up live):
dsh --profile cockpit --port 3081
dsh plugin --profile <name> add -w link:/path/to/dsh-plugins/visualize
pnpm install # from the repo root (pnpm workspace)
pnpm --filter dsh-visualize build # after edits; refresh the browser page
<name>/ with a package.json declaring
"dsh": { "bundle": { "patch": "./cordis.patch.yml" } } and a
cordis.patch.yml that inserts your rows (the workspace glob
packages: ['*'] picks the directory up automatically).dsh.client (platform web, inject list) and an
exports["./client"] bundle in the
window.__ModuleLoader__.load({ id, factory }) format
(see visualize/scripts/build-client.mjs).pnpm install, build, test, then
dsh plugin --profile <name> add -w <pkg>.MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: dsh-skill。