dsh-resume-on-restart
Auto-wakes the main agent after a DSH service restart: compares last-run timestamps, posts a recovery notice with humanized downtime, and delivers it so interrupted work picks itself back up. Runs on plain cordis ctx, packaged-DSH-Desktop ready.
检测 DSH 服务重启后自动唤醒主 agent:对比上次运行时间、人性化播报中断时长,并把提示消息投递回来让中断的工作自动恢复。仅依赖 cordis ctx 服务,兼容 DSH Desktop 打包环境。
How to install
dsh plugin add github:nickkkkkk123123/dsh-resume-on-restart About
dsh-resume-on-restart DSH 插件:检测 DSH 服务重启后,自动向主 agent 投递一条**信息性消息**(含中断时长、上次活跃会话等状态摘要),让 agent **自主决定**是否继续之前的工作或启动新任务。 解决"DSH 重启后会话中断、工作丢失"的问题——重启后 agent 收到提示,可自行恢复。 特性 🔄 **重启检测**:通过 marker 文件(记录上次 pid / 启动时间)判断是否发生重启 💬 **信息性消息**:重启后投递"检测到重启 + 中断时长 + 上次活跃会话"摘要,由 agent 自主决定下一步(而非命令式强制"继续") 🎯 **活动追踪**:运行期间通过 cordis 事件(agent/session-start、agent/pre-step)追踪最近活跃会话,供重启后参考 ✅ **兼容 DSH Desktop**:只依赖 cordis ctx 的 agents 服务,不 import 任何 @deepseek-ai/dsh-* 内部包,可在 DSH Desktop 打包环境(app.asar)运行 安装 powershell 用 dsh CLI 装到桌面 profile(DSH Desktop 默认用 desktop) dsh plugin --profile desktop add <本目录路径> 重启 DSH Des…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-29
- Created
- 2026-08-28
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- agent, cordis, deepseek, deepseek-harness, dsh-plugin, restart, resume, session
Related plugins
dsh-chat-import
Nwflower/dsh-chat-import
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
prism-coder
dcostenco/prism-mcp
Persistent session memory for AI coding agents — local-first, with on-device inference, associative recall, and drift detection. Works with Claude Code, Cursor, and Codex.
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.