跳到正文

Jungod1121/dsh-anchored-standard

30最近提交 2026年8月15日

dsh-anchored-standard DSH 插件

Anchored Standard 通过控制首次请求轨迹来优化 DeepSeek V4 Pro 的推理能力。它以任务匹配的锚定人格和仅 2-3 个工具(bash、read,可选 edit/write)开始,在第一次工具调用后自动升级到所有 25 个 Standard 工具。这既保留了 Minimal 预设的干净轨迹,又赋予代理完整能力,在参考评估中达到 98/99 的任务分数。

如何安装 dsh-anchored-standard DSH 插件

dsh plugin --profile web add github:Jungod1121/dsh-anchored-standard

复制不会执行命令。安装 dsh-anchored-standard DSH 插件前请核对仓库和版本。

dsh-anchored-standard DSH 插件数据来源

dsh-anchored-standard DSH 插件快照日期:2026年8月16日

discovered

dsh-anchored-standard DSH 插件能做什么

  • 两阶段引导:首次请求使用任务匹配的锚定人格和最小工具集,后续请求解锁完整 Standard 工具目录
  • 任务自适应锚定:根据用户第一条消息分类为 spec(修复/调试)、react(构建/创建)或 weak(模糊)三种人格
  • 自动升级:在第一次持久工具调用后自动展开完整工具集,会话刷新/恢复后状态保持
  • 在 xiaobright/modeltest Project2 V4.1b 评估中达到 98/99 能力分数
  • 无后锚定注入:经测量避免干扰 Pro 的性能

dsh-anchored-standard DSH 插件适合哪些场景

  • 修复、维护或调试现有代码库,首次交互聚焦问题(spec 锚定)
  • 从零构建或创建新项目,采用动手实干人格(react 锚定)
  • 处理模糊任务,让模型自己选择最佳锚定策略(weak 锚定)
  • 首次调用后利用完整工具集(glob、grep、edit、write、web_search、子代理、工作流等)
  • 将作为新会话的默认预设集成到现有 DeepSeek Harness 工作流中

dsh-anchored-standard DSH 插件适合谁

  • 希望最大化基于 Harness 任务推理性能的 DeepSeek V4 Pro 用户
  • 使用 DeepSeek Harness 并希望优化代理轨迹的开发者与研究者

dsh-anchored-standard DSH 插件的限制

  • 专门针对 DeepSeek V4 Pro 且 reasoningEffort: max 设计;V4 Flash 无需此预设
  • 首次请求工具集由关键词分类决定,模糊任务回退到 weak 锚定,依赖模型自行选择
  • 98/99 能力分数来自单一冻结任务(n=2),不保证跨模型或工作负载的通用性
  • 需要 DeepSeek Harness 0.1.0-rc.6;上游破坏性变更可能影响兼容性

dsh-anchored-standard DSH 插件的仓库 README 摘录

以下文字摘自 dsh-anchored-standard DSH 插件的上游仓库 Jungod1121/dsh-anchored-standard 的 README,版权归原作者,仅作引用。

**Anchor the first request. Unlock the full stack.** A two-phase agent preset for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness): bootstrap DeepSeek V4 Pro with the Minimal-aligned prompt and two tools, then expose the complete Standard catalog after the first durable tool call or reply. ![harness](https://img.shields.io/badge/harness-0.1.0--rc.6-4e8cff) [![license](https://img.shields.io/badge/license-MIT-2ea44f)](./LICENSE) [![stars](https://img.shields.io/github/stars/Jungod1121/dsh-anchored-standard?style=flat)](https://github.com/Jungod1121/dsh-anchored-standard/stargazers) [![dsh-plugin](https://img.shields.io/badge/topic-dsh--plugin-8a5cf5)](https://github.com/topics/dsh-plugin) [中文说明](./README.zh-CN.md) · [Landing page](https://jungod1121.github.io/dsh-anchored-standard/) · [Design origin](https://github.com/xiaobright/dsh-anchored-standard) </div> --- ## The one-line idea V4 Pro's ability ceiling is high — but which reasoning strategy it uses is decided by what the **first API request** shows it. The community evaluation at [`xiaobright/modeltest`](https://github.com/xiaobright/modeltest) measured: | Preset | First request sees | Full task sees

阅读完整 README仓库许可: MIT

dsh-anchored-standard DSH 插件常见问题

如何安装 dsh-anchored-standard?

运行 `dsh plugin --profile web add github:Jungod1121/dsh-anchored-standard` 然后重启 DeepSeek Harness。安装程序会将预设复制到 `$DSH_HOME/.agent-presets/anchored-standard/`。之后新建会话,在预设列表中选择 'Anchored Standard (experimental)' 即可。

如何将它设为所有新会话的默认预设?

编辑 `$DSH_HOME/settings.yaml` 文件,添加 `agent-presets: default: anchored-standard`。这样每次新建会话都会自动选择 Anchored Standard,无需手动切换。

如何验证预设是否正常工作?

导出会话 JSONL,检查 `request/header` 事件。第一个 header 应该只包含 2 个工具(bash、read),而后续每个 header 应列出全部 25 个 Standard 工具(如 ask_user_question、bash 等)。这证明两阶段升级已生效。

这个预设兼容 V4 Flash 吗?

不兼容,它专门针对 DeepSeek V4 Pro 且 `reasoningEffort: max` 设计。V4 Flash 在不同 Harness 中通用性很好,不需要此优化。将其用于 Flash 可能不会带来任何好处。

Anchored Standard、Standard 和 Minimal 预设有什么区别?

Standard 一开始就使用全部 25 个工具和较长的提示词。Minimal 只使用 2 个工具(bash、read)和一行提示词,但永远不会扩展。Anchored Standard 像 Minimal 一样启动(2 个工具、干净提示词),但在第一次工具调用后自动升级到全部 25 个工具,任务分数更高(98/99 对比 Standard 的 91/92)。