DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Minimal First Turn — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-minimal-first-turn

Minimal First Turn

Minimal first-turn conditioning for DeepSeek Harness Web sessions, with a persistent UI toggle.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-minimal-first-turn@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Minimal First Turn is published as dsh-minimal-first-turn and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
20.8 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

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、持久 bash 与 str_replace_editor,并移除自动注入的 工作区说明和技能目录。首次 tool/call 或 assistant/message 后,当前预设的 完整 prompt 与工具目录恢复;发生上下文压缩后,下一轮会再次进入首轮精简阶段。

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