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.

Long Task Runtime — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
L

@deepseek-ai/dsh-long-task-runtime

Long Task Runtime

Durable long-horizon task runtime plugin for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ynymhrb/long-horizon-runtime#cf98c1c17f6d33fa81ff1f0e8ed999984499a1d7
READMECompatibilityVersions

Compatibility and provenance

Long Task Runtime is published as @deepseek-ai/dsh-long-task-runtime and currently resolves to version 0.3.8. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/3/2026

Versions

0.3.8stable
9/3/2026

Related plugins

Loading related plugins…

Latest
0.3.8
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/3/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 productivity-workflow.

Client 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.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Rewind Plugindsh-rewind-pluginIn-window conversation rewind with workspace file restore · 同窗口内对话回退并可还原工作区文件Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

README

Long Horizon Runtime · DSH 长任务插件

中文 | English

把一件很长的事,变成一条可确认、可跟踪、可恢复的任务。

如果这个插件帮你保住过一场长任务,请给仓库点个 ⭐,让更多受"任务中断、进度丢失"困扰的人找到它。

它解决什么问题 · 快速开始 · 怎么使用

Long Horizon Runtime 是 DeepSeek Harness 的长任务插件。它适合研究、开发、排障、资料整理这类需要拆步骤、持续推进的工作:先看计划,确认后执行;过程随时可见,任务中断也能接着做。

它解决什么问题

普通对话加上 Long Horizon Runtime
做一件复杂的事过程都在聊天记录里先给出一份可确认的任务计划,再按步骤推进
看进度需要翻对话在 Task Area 直接看任务步骤、依赖和当前状态
中途改变方向重新描述需求,容易丢掉上下文修改目标后保留已完成工作,再生成新的后续计划
对话被暂停或中断需要自己找回进度回到同一任务,继续未完成的步骤

Task Area 中的已完成任务:步骤、依赖和状态一目了然

快速开始

需要已安装 DeepSeek Harness,并能正常运行 dsh web。从 GitHub 安装还需要 Node.js ^22.19.0 或 >=24.0.0 与 pnpm。

从 GitHub 安装

dsh plugin --profile web add github:ynymhrb/long-horizon-runtime#master
dsh web

安装本地检出

在仓库根目录执行:

dsh plugin --profile web add .
dsh web

怎么使用

不用切换模式,像平常一样说清楚你要完成的事。例如:

研究 RAG 召回率的影响因素;拆成可验证的子任务,先给我计划,等我确认再执行。

插件会把它整理成一条长任务:

  1. 给出分步骤的计划;
  2. 你确认后开始执行;
  3. 在 Task Area 中查看每一步的状态和结果;
  4. 需要暂停、改目标或换一段对话时,继续同一个任务即可。

你也可以直接这样说:

暂停 lt_abc123。
把 lt_abc123 的目标改为“只研究中文技术资料”。
继续 lt_abc123,告诉我还有哪些步骤没完成。