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.

Plugin Continue — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-continue

Plugin Continue

Add a direct no-input continuation control for failed DeepSeek Harness sessions

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

npx -y @deepseek-ai/dsh plugin --profile web add github:inmny/dsh-continue#b4dcd077e8c8d05588b443c69eee8882803f7724
READMECompatibilityVersions

Compatibility and provenance

Plugin Continue is published as dsh-plugin-continue 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
github
Registry updated
8/24/2026

Versions

0.1.0stable
8/24/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
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/18/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 developer-tools.

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)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-continue

为 DeepSeek Harness 增加一个直接续跑按钮。当会话异常结束时,可以从现有上下文继续执行,无需再次输入提示词。

特色

  • 零提示词续跑:直接沿用现有会话上下文,续跑过程不生成“继续”或其他额外用户消息。
  • 覆盖常见异常结束:支持模型请求失败、重试耗尽、输出 token 达到上限、进程崩溃、Host 中断和未正常关闭的轮次。
  • 精确选择子代理:只允许继续最新且符合条件的异常 continuable subagent;已完成、one-shot、更早中断和父会话离线的子代理保持只读。
  • 保留原有运行配置:会话当前未加载时,会恢复原来的 Agent preset、模型、供应商和推理强度,再从中断位置继续。
  • 防止重复执行:自动处理重复点击、过期按钮、并发输入和崩溃遗留状态;普通输入到达时优先执行普通输入。
  • 按状态显示按钮:按钮只在当前会话确实可以继续时出现,正常完成或用户主动停止的会话不会显示。

安装

要求:

  • DeepSeek Harness 0.1.1-rc.1
  • Node.js 24 或更高版本
  • 本机已经配置 GitHub SSH 访问

安装到 DSH Web profile:

dsh plugin --profile web add "git+ssh://git@github.com/inmny/dsh-continue.git#main"

这条命令会安装依赖,并自动把 dsh-plugin-continue 加入 Web profile 的 bundle 列表。然后停止并重新启动 DSH Web:

dsh web

仅刷新浏览器不会重新加载 Host 插件。

插件通过自带的 cordis.patch.yml 注册 dsh-continue。Web profile 的 cordis.patch.yml 无需添加同名插件行,否则会产生重复注册。

更新

dsh plugin --profile web update dsh-plugin-continue
dsh web

更新后需要重新启动 DSH Web。

卸载

dsh plugin --profile web remove dsh-plugin-continue

这条命令会同时从 Web profile 的 bundle 列表移除插件。随后重新启动 DSH Web。

开发

pnpm install
pnpm test
pnpm run pack:check

许可证

MIT