dsh plugins中文
← Back to popular plugin directory

The tool automatically releases after the first round

54xkeee/dsh-anchored-standard-plus · skills

DeepSeek Harness preset: RL-anchored first request (bash + strreplaceeditor), deployment-plugin resident tools, and a per-turn format guard for long conversations.

★ 0GitHub stars
0Forks
2026-08-16Last updated
JavaScriptLanguage
NOASSERTIONLicense

Project overview

dsh-anchored-standard-plus DeepSeek Harness 的 agent preset:把 DeepSeek V4 Pro 从"被降智"的 Standard 轨迹里救回来。 TL;DR:V4 Pro 在 DSH 里"变笨",很多时候不是模型差,而是开局条件没对上它的 agent RL 训练接口。这个 preset 让新会话的第一请求精确复刻官方 minimal 的 RL 条件(一句话 system prompt + bash + strreplaceeditor),把会话锚进高分轨迹;第一轮之后工具自动放开,能力不丢。顺手修了两个日常问题:晋升后你的插件工具直接可见、长对话不掉格式。 为什么 V4 Pro 会"降智"

社区实测(xiaobright/modeltest,同一道完整工程维护题、同一环境): 开局条件 · Ability 开局条件: DSH standard · Ability: 91 开局条件: DSH PTC(code 模式) · Ability: 92 开局条件: DSH minimal(官方 RL 条件) · Ability: 99 / 96 开局条件: anchored-standard(首轮 minimal、随后全量工具) · Ability: 98 / 99

dsh-anchored-standard-plus 是一个自包含的 agent preset,复制到 /.dsh/.agent-presets/anchored-standard/ 即可用。它做三件事:

Install command

dsh plugin --profile web add github:54xkeee/dsh-anchored-standard-plus
View GitHub repository ↗Back to popular plugin directory