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.

Steering — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-steering

Steering

Responsive DSH steering: supersede unfinished model output while preserving queued prompts and active tools.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ManoloRemiddi/dsh-steering#b7d2e18dbf612d647cfb032dcb1b5cde874b1827
READMECompatibilityVersions

Compatibility and provenance

Steering is published as dsh-steering 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
any
Release source
github
Registry updated
9/14/2026

Versions

0.1.0stable
9/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/14/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebAcp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.Easyrewritedsh-easyrewriteDSH Web内目前最无感的消息撤回、重编辑插件,原版体验,兼容性强,功能简单可开关,设置丰富,现代化轻量ui框架。The most seamless message recall & re-edit plugin for DSH Web — native experience, strong compatibility, simple toggles, rich settings, modern lightweight UI. DSH Web で最もシームレスなメッセージ撤回・再編集プラグイン——ネイテ

README

DSH Steering

Make Steer respond during unfinished model output instead of waiting for the complete answer. Ordinary queued prompts still wait their turn. Running tools finish before steering is applied, so they are neither interrupted nor repeated.

Tested with DSH 0.1.5-rc.1, Node 24.19.0, and a local Qwen model. The manifest pins the tested DSH version. This package uses host-provided lifecycle hooks and has no bundled DSH runtime or third-party dependencies.

Install

Download dsh-steering-0.1.0.tgz, then run:

dsh plugin --profile web add /absolute/path/to/dsh-steering-0.1.0.tgz

Finish active conversations and restart DSH. The bundle mounts dsh-steering in the web profile. Use the existing DSH queue's Steer action. No API keys or additional model calls are required by this plugin.

For an individual agent preset, add an entry pointing to the installed package instead of enabling it globally. Augmentor already includes this behavior in its Linux preset; an extra global installation is only needed to enable other DSH agents.

Behavior and limits

The same queued message ID is preserved. During model generation, the obsolete request is canceled while retaining pending work; the correction wakes the driver ahead of ordinary follow-ups. This creates an aborted-turn boundary internally, not a new conversation. If a tool is executing, the correction waits for its safe step boundary. Already executed actions are not undone. Backend/provider cancellation latency can vary.

The package supplies the behavior, not a queue UI. Its bundle applies to agents in the selected DSH profile. To disable it, disable the dsh-steering profile entry and restart DSH when idle. Other DSH versions have not been verified.

Build locally

npm pack

Regression tests: npm test.

Part of the DeepSeek Harness plugin collection.

Verified with the standalone package in an isolated agent preset: steering arrived in 18 ms during model generation, preserved the pending follow-up, and delivered each input once. Tool-boundary behavior is covered by regression tests and a separate live test with a running shell command. Timings depend on the provider.