dshbase

插件目录 / Developer / dsh-minimal-first-turn

dsh-minimal-first-turn

未验证 ZRui-C

✓ 持续维护 基于 5 个官方 DSH 包

查看 GitHub ↗ ← 返回插件目录

1Stars
0Forks
0未关闭 issue
语言
2026-08-16最近推送
跨平台平台

功能简介

Developer 类别的 DeepSeek Harness 插件。

我们的评价
未验证 — 尚未实测

Developer 类别的 DeepSeek Harness 插件。 尚未验证——请自行安装测试。

「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。

提交验证证据 ↗

README

DSH Minimal First Turn

中文 | Installation

dsh-minimal-first-turn is a DeepSeek Harness Web plugin that makes an enabled
root session's first model request smaller and closer to the official Minimal
preset, without permanently giving up the selected agent preset.

It is inspired by the first-request conditioning work in
xiaobright/dsh-anchored-standard.
This project is independent, experimental, and not affiliated with DeepSeek.

What It Does

While First-turn minimal is enabled:

  1. A new root session's first request uses the Minimal system prompt.
  2. The model sees only the official Minimal tool pair: persistent bash and
    str_replace_editor.
  3. Automatic workspace-instruction and skill-catalog messages are removed from
    that request.
  4. The first durable tool/call or assistant/message restores the selected
    preset's original prompt and complete tool catalog.
  5. After compaction/end, the next request enters the same controlled phase.

The composer contains a persistent 首轮精简 switch. It is global to the
current DSH home, not per-session. Disabling it removes this plugin's
agent-scoped Minimal tools and stops all filtering for future requests.

Installation

This package targets DSH Web with @deepseek-ai/* 0.1.0-rc.6 packages.
A persistent Bash PTY is required, so the current release supports macOS and
Linux hosts; Windows is not supported yet.

dsh plugin --profile web add dsh-minimal-first-turn

Restart the existing dsh web process, then open a conversation. The
首轮精简 switch appears beside the composer controls.

The toggle state is stored at:

$DSH_HOME/plugins/dsh-minimal-first-turn.json

When DSH_HOME is unset, the path is ~/.dsh/plugins/dsh-minimal-first-turn.json.

Development

pnpm install
pnpm check
npm pack --dry-run

For a local Web profile, add the package as a dependency and mount its
cordis.patch.yml, then restart dsh web. Host changes require a restart;
client-only changes require a page reload when the Web HMR watcher is not
running.

Compatibility and Caveats

  • The plugin changes model-visible first-request conditions. It does not
    guarantee a particular reasoning phrase or outcome.
  • Its behavior is intentionally limited to root sessions; subagents keep their
    original catalog.
  • The first-turn effect is derived from durable session events, so resume and
    compaction preserve the phase correctly.
  • DeepSeek Harness is a developer preview. Pin the supported DSH package
    versions when using this in production.

License

MIT. The implementation includes derivative work from the MIT-licensed
dsh-anchored-standard project and DeepSeek Harness packages; the required
attribution is included in LICENSE.

中文说明

这是一个 DSH Web 插件。开启“首轮精简”后,新根会话的第一轮模型请求会使用
Minimal system prompt、持久 bashstr_replace_editor,并移除自动注入的
工作区说明和技能目录。首次 tool/callassistant/message 后,当前预设的
完整 prompt 与工具目录恢复;发生上下文压缩后,下一轮会再次进入首轮精简阶段。

它不保证模型输出固定的推理措辞,只控制模型可见的首轮条件。开关是全局持久设置,
而不是单个会话设置。

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:

dsh plugin add dshbase-catalog

然后对 agent 说「帮我装 dsh-minimal-first-turn」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包

该插件是 GitHub 源码(未发 npm)——直接从仓库装:

Web profile:

dsh plugin --profile web add github:ZRui-C/dsh-minimal-first-turn

Headless(CLI)profile:

dsh plugin --profile headless add github:ZRui-C/dsh-minimal-first-turn

实测报告

尚未 L3 验证——若已跑过,见下方失败备注。

状态:pending · 最近测试 2026-08-27 · 标记 webonly
备注:验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. 浏览全部待验证失败 →
安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Developer 里更多

浏览全部 7795 个插件 →