deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:wc772/dsh-minimal
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
A DeepSeek Harness agent preset: Standard capabilities behind a Minimal-anchored first request, bootstrapped with the official platform shell — no third-party bundle dependency.
This is a community project. It is not an official DeepSeek preset and is not affiliated with or endorsed by DeepSeek.
Two-phase design (same as 极简模式V2, except the bootstrap shell):
pwsh on
win32, bash elsewhere) plus read — and the auto-injected workspace
instructions (AGENTS.md) / skill catalog are stripped, so the first
request anchors the Minimal reasoning trajectory.promoteOn: either — a tool call OR the first assistant message, whichever comes
first), the full assembled Standard catalog (25 tools) is restored.
Promotion is derived from durable session events, so resume and reload
preserve it. After a compaction the session re-enters the controlled
phase (bootstrap pair + compactionTools core work set) until a NEW
signal past the boundary (epoch-aware).The complete system prompt carries the Minimal-aligned reasoning style:
start every step with "we need to / I'll / I can / I need", interleave
modal verbs, avoid "let me", classify each task first (build/fix/weak), and
keep all reasoning inside <think> tags.
The dsh-tool-gitbash third-party bundle is not required (V3 change
from V2; win32 bootstrap uses the official pwsh tool).
DeepSeek V4 Pro conditions strongly on the API-visible first-request tool
catalog. On the Project2 V4.1b evaluation, Standard scored 91, while the
Minimal preset scored 99/96. Two-phase anchoring (Minimal first request,
full Standard tools afterwards) reproduced 98/99. V2/V3 take the same
anchor and add the V2 reasoning-style prompt plus promoteOn: either
(no first-reply trap) and epoch-aware post-compaction control.
See xiaobright/modeltest and xiaobright/dsh-anchored-standard for methodology and evidence.
One-liner (downloads the latest release from GitHub):
irm https://raw.githubusercontent.com/wc772/dsh-minimal/main/install.ps1 | iex
Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/wc772/dsh-minimal/main/install.sh | bash
The installer backs up an existing minimal-v3 preset when run with -Force
(PowerShell) / --force (bash), and verifies the four preset files plus
plugin syntax before finishing.
Manual install (clone this repository, then copy the preset directory into
the user preset root under the id minimal-v3):
$target = Join-Path $env:USERPROFILE '.dsh\.agent-presets\minimal-v3'
if (Test-Path -LiteralPath $target) { throw "Preset already exists: $target" }
New-Item -ItemType Directory -Force -Path (Split-Path -Parent $target) | Out-Null
Copy-Item -Recurse -LiteralPath '.\preset' -Destination $target
Linux/macOS:
dsh_home="${DSH_HOME:-$HOME/.dsh}"
mkdir -p "$dsh_home/.agent-presets"
test ! -e "$dsh_home/.agent-presets/minimal-v3"
cp -R preset "$dsh_home/.agent-presets/minimal-v3"
Fully restart DeepSeek Harness, create a blank session, and select 极简模式V3. Do not switch an active session from a different preset.
Export the session JSONL and inspect request/header events:
pwsh/read (win32) or bash/read;0.1.0-rc.6 (developed and tested on Windows + Linux)pwsh (official dsh-tool-pwsh); no gitbash bundleDeepSeek Harness is currently a developer preview and explicitly permits breaking changes. This preset is a full snapshot of the Standard composition, so review upstream changes before using it with a newer release.
promoteOn: either), so the catalog always
changes once between request #1 and request #2.compactionTools (read/write/edit/glob/grep/
todo_write/ask_user_question) until a NEW durable signal past the
compaction boundary.MIT. preset/agent.cordis.yml is derived from the DeepSeek Harness Standard
preset; preset/tool-bootstrap.mjs is derived from
xiaobright/dsh-anchored-standard. The original DeepSeek copyright and MIT
notice are retained in NOTICE.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。