DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Self Restart — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
S

dsh-self-restart

Self Restart

任何 DeepSeek Harness 会话都可以请求重启 Desktop,随后恢复同一个已持久化的会话,并使用一个自包含的任务继续执行。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:NecromanAlbert/dsh-self-restart#ff332b4470bcac6c9632afc91b10bc71e574a4e8
README兼容性版本

兼容性与来源证明

Self Restart 以 dsh-self-restart 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/8/26

版本

0.1.0stable
2026/8/26

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/26
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 memory-context 分类下经过校验的插件。

Contextdsh-context用于上下文洞察和管理的 DeepSeek Harness 插件,提供上下文仪表板和上下文命令,帮助了解上下文的构成及其演变过程。Mnemondsh-mnemon面向 DeepSeek Harness 的可组合三层记忆控制平面:持久化运行时上下文、可搜索的项目文档、可插拔的长期记忆、受保护的策略、WebUI 和无头工具。Memsearch Dsh@zilliz/memsearch-dsh适用于 DeepSeek Harness 的 MemSearch 插件:在多个代理之间共享 Markdown 记忆,支持捕获、步骤前上下文注入、记忆召回技能和技能候选审核面板。Memory@furongjun1999/dsh-memory灵枢(Lingshu·líng shū)DeepSeek Harness 插件:完整大脑——长期记忆/知识飞轮/自我认知/递归反思接入 DSH,对话自动沉淀进 md_cg 认知图(md 文档)

README

dsh-self-restart

Any DeepSeek Harness session can restart Desktop and come back with its own mission.

简体中文 · MIT

Community plugin for DeepSeek Harness. Not an official DeepSeek AI product.

Host-only. Writes a handoff for the calling session, requests the official Desktop restart, then agents.resumes that persisted identity if it is not live yet and followups it. GUI does not have to open the tab first.

Install

dsh plugin --profile desktop add github:NecromanAlbert/dsh-self-restart

Restart Desktop after install. Any session on that profile then sees dsh_restart_session.

Agent tool

{
  "mission": "Reload plugin copies, then verify the notes pad still opens.",
  "reason": "reload-client"
}
Argument
missionRequired. Self-contained. The next turn after boot only sees this text.
reasonOptional. Stored on the handoff file.
sessionIdOptional. Defaults to currentInitiator. Do not point this at another session unless you mean to.

After boot the plugin:

  1. Reads $DSH_HOME/self-restart/handoff.json (max age 30 minutes).
  2. Calls agents.resume({ resumeSessionId }) if that session is not live.
  3. followups a plugin notice with the mission.
  4. Clears the file so a later boot does not replay it.

One handoff file at a time. A second call before restart overwrites the first.

What this is not

  • Not a dsh web process killer / scheduled-task relaunch.
  • Not a sidebar / tray restart button.
  • Not “ask the human to restart, then wait for them to reopen the tab”.
  • Not a housekeeper identity fiber.
  • Not shengyvself/dsh-autoresume (one configured targetSessionId).
  • Not edusrez/dsh-smart-restart (systemd / web).

If the Host has no desktopActions.requestRestart, the tool still writes the handoff and tells you to restart Desktop yourself.

Develop

node --test

Host: lib/index.js. Shared: lib/handoff.js, lib/paths.js, lib/followup.js. No Client half.

License

MIT.