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.

User Steer — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
U

dsh-user-steer

User Steer

Mid-turn user steering for DeepSeek Harness: /steer (visible) and /inject (quiet context notice) slash commands, a model-facing mid-turn guidance prompt section, and an always-visible injection bar above the composer.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:wht567/dsh-user-steer#2f4e5197bf831fc2a66b9ee3f1a34927dd61c452
READMECompatibilityVersions

Compatibility and provenance

User Steer is published as dsh-user-steer and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

1.0.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/21/2026
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.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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 bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-user-steer

DeepSeek Harness 用户中途指导(mid-turn steering)插件。任务运行中给 agent 一句指导,消息在工具批次边界注入当前 turn,绝不打断正在执行的工具调用。

功能

  • /steer <指导> —— 醒目插话:指导以 steering 气泡形态进入对话
  • /inject <指导> —— 静默注入:模型照常读取,对话流中仅显示一行紧凑上下文提示
  • 注入条 —— composer 上方始终可见的输入框(与输入框等宽),一键静默注入
  • 模型侧提示词 —— 系统提示词新增 mid-turn steering 章节,告诉模型"中途到达的消息是对当前任务的航向修正"

机制

消息经由 Agent.steer() 进入 inbox 的 next-step 队列,在下一个 step 边界被认领为真实的 user/message 事件——不杀工具、不破坏角色交替、prompt 前缀缓存完好。/inject 使用 plugin 源 + notice 形态,UI 投影为紧凑的上下文行。

安装

# 通过插件市场安装(推荐)
dsh plugin --profile web add github:wht567/dsh-user-steer

# 或本地路径安装
dsh plugin --profile web add file:/path/to/dsh-user-steer

安装后重启 dsh 生效。

许可

MIT © 2026 伍昊天