返回目錄

dsh-anchored-standard

編輯精選維護狀態: 活躍

xiaobright/dsh-anchored-standard

DeepSeek Harness 兩階段預設:先最小對齊引導,再啟用完整標準工具集。

前往 GitHub專案首頁
$ dsh plugin add dsh-anchored-standard

3,823

星數

118

Fork

JavaScript

語言

NOASSERTION

授權條款

2026-08-14

建立於

2026-09-01

最近推送

README 標註 MIT 授權的實驗性 DeepSeek Harness 兩階段預設:首輪以 Minimal 工具面錨定推理軌道,晉升後按需解鎖 Standard 工具,以預設目錄複製方式原生接入 DSH。

DSH 整合

原生執行環境

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

NOASSERTION

01它能幫你完成什麼?

  • Anchor a DeepSeek Harness session's first reasoning trajectory on the Minimal condition, then unlock Standard tools on demand

    Two-phase session lifecycle: request #1 runs on the Minimal tool pair (bash + str_replace_editor) with no auto-injected context; after the first durable tool/call or assistant message, the session promotes to a resident catalog with discovery tools and standard injections restored

    Developers and researchers running DeepSeek V4 Pro in DeepSeek Harness who want Minimal-aligned opening behavior without giving up the Standard toolset

  • Pick among seven self-contained anchoring mode variants per experiment or workload

    Independently installable mode directories — Anchored Standard, Zero-Anchored, Whoami, Prefab, Eternal Minimal (dshx bash gateway), Wire Think-Execute, and Combo Anchored — each shipping its own agent.cordis.yml

    Preset authors and experimenters comparing anchoring strategies (tool schema, anchor turns, wire-level tool_choice) inside DeepSeek Harness

02如何將外掛接入 DeepSeek Harness?

先決條件

  • DeepSeek Harness — developed and tested against 0.1.0-rc.5 (repository commit 47f9438); the maintainer ran Node.js 24 on Windows
  • A clone of the xiaobright/dsh-anchored-standard repository

安裝步驟

  1. 01

    Clone the repository

  2. 02

    Copy the entire `preset` directory into the DSH user preset root under the id `anchored-standard` — Linux/macOS: `cp -R preset "$dsh_home/.agent-presets/anchored-standard"` (with `dsh_home="${DSH_HOME:-$HOME/.dsh}"`); Windows: the PowerShell Copy-Item snippet targeting `$env:USERPROFILE\.dsh\.agent-presets\anchored-standard`

  3. 03

    Fully restart DeepSeek Harness, create a blank session, and select **Anchored Standard (experimental)** — do not switch an active session from a different preset

驗證整合成功

  • Export the session JSONL and inspect `request/header` events
  • The first header's `tools` array must be exactly ["bash", "str_replace_editor"], and the first request should contain no AGENTS.md/CLAUDE.md digest and no available-skills reminder
  • After the first tool call or assistant reply, the next changed header should contain the resident catalog (bootstrap pair plus dev_tool_search / skill_search / skill_load plus any unlocked tools), with standard context injections restored
  • Run the local zero-dependency tests with `npm test`

03DSH 整合程度與能力邊界

DSH 整合原生執行環境

Native DeepSeek Harness agent preset: a mode directory copied into the DSH user preset root (.dsh/.agent-presets) and selected in a blank session

  • Two-phase bootstrap & promotion

    the first user message of a new DSH sessionrequest #1 runs on the Minimal tool pair with every auto-injected context suppressed at the harness's unified injection paths; the first durable tool/call or assistant message promotes the session to the resident catalog

    The bootstrap pair (bash, str_replace_editor) executes with shell-level access — the preset has the same trust level as shell access
  • On-demand tool discovery

    a promoted (resident-phase) sessionheavier Standard tools (web_search, subagent, workflow, …) unlocked one dev_tool_search call away instead of dumping the full Standard catalog at promotion

  • Seven self-contained anchoring modes

    any single mode directory (preset/, zero-anchored-standard/, whoami-standard/, prefab/, eternal-minimal/, wire-think-standard/, combo-anchored/)a standalone preset install — including Eternal Minimal's dshx bash gateway, which executes the full Standard toolset behind the visible Minimal pair

    Eternal Minimal's gateway really executes tools (files, searches, subagents) behind dshx shell commands
  • Resume-safe phase state

    the session event logbootstrap/resident phase derived from durable events, so resume and reload preserve it; promotion decisions are memoized per session

04適合誰?何時不該用?

適合

  • Developers and researchers running DeepSeek V4 Pro in DeepSeek Harness who want Minimal-aligned opening behavior without giving up the Standard toolset
  • Preset authors and experimenters comparing anchoring strategies (tool schema, anchor turns, wire-level tool_choice) inside DeepSeek Harness

不適合

  • Developed and tested only against DeepSeek Harness 0.1.0-rc.5 (commit 47f9438). DSH is a developer preview that permits breaking changes, and the preset is a full snapshot of the Standard composition — review upstream changes before using it with a newer release; one prebuilt 0.1.0-rc.6 profile made bootstrapMaxTokens a no-op.
  • Active development stopped on 2026-08-17 after DeepSeek API price increases — the repository receives maintenance only (bug fixes and harness-compatibility updates when feasible).
  • The preset has the same trust level as shell access — review its files before installation. It performs no network requests and adds no telemetry.

05相容性、維護與安全提醒

  • Developed and tested only against DeepSeek Harness 0.1.0-rc.5 (commit 47f9438). DSH is a developer preview that permits breaking changes, and the preset is a full snapshot of the Standard composition — review upstream changes before using it with a newer release; one prebuilt 0.1.0-rc.6 profile made bootstrapMaxTokens a no-op.
  • Active development stopped on 2026-08-17 after DeepSeek API price increases — the repository receives maintenance only (bug fixes and harness-compatibility updates when feasible).
  • The preset has the same trust level as shell access — review its files before installation. It performs no network requests and adds no telemetry.
2026-08-142026-08-17作者未說明

MIT per README (GitHub reports NOASSERTION) · maintenance only since 2026-08-17

06常見問題

dsh-anchored-standard 如何接入 DeepSeek Harness?

它是 DeepSeek Harness 原生代理預設外掛,不是 MCP 服務:把模式目錄(如 preset/)複製到使用者預設根目錄並命名為 anchored-standard 等 id,完全重新啟動 harness,然後在新建空白對談中選取它(如 Anchored Standard (experimental))。專案基於 DeepSeek Harness 0.1.0-rc.5 開發與測試。

引導階段(bootstrap)會發生什麼?

第一個請求只看到 Minimal 工具對(bash + str_replace_editor),且沒有任何自動注入內容(無 AGENTS.md/CLAUDE.md 摘要、無技能目錄提醒)。出現首個持久的 tool/call 或 assistant 訊息後,對談晉升至常駐目錄(引導工具對 + 探索工具 + 已解鎖工具),標準注入隨之恢復。

外掛會連網或收集遙測嗎?

不會——README 明確說明外掛不發起任何網路請求、不新增遙測。但請注意預設擁有與 shell 存取同級的信任層級,安裝前建議先審查其檔案。

各模式會增加模型呼叫成本嗎?

基礎 Anchored Standard 不增加呼叫。Zero-Anchored 與 Whoami 每個對談多一次錨定呼叫(Whoami 開啟 includeSubagents 時每個子代理再多一次);Wire Think-Execute 每輪多一次思考呼叫並帶來前綴快取抖動;Combo Anchored 每輪約多一次呼叫。

專案還在維護嗎?

僅維護:因 DeepSeek API 漲價,2026-08-17 起活躍開發已停止,倉庫只接收 bug 修復與 harness 相容性更新(情況允許時)。

08資料與來源

  • 作者聲明github.com25f21aefaf8d…

    a base mode, two live-anchor variants, and one seeded prefab mode — that anchor a session's model trajectory on the Mini…

  • 作者聲明github.com25f21aefaf8d…

    Developed and tested against: - DeepSeek Harness `0.1.0-rc.5` - repository commit [`47f9438`](https://github.com/deepse…

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。