dsh plugins中文
← Back to popular plugin directory

Cordis plugin for DeepSeek Harness

watericetangcw/dsh-session-pause · skills

A Cordis plugin for DeepSeek Harness that suspends the entire conversation state and resumes it after restart.

★ 4GitHub stars
0Forks
2026-08-17Last updated
JavaScriptLanguage
MITLicense

Project overview

dsh-session-pause 让 DeepSeek Harness 随时「暂停一切」,稍后无缝接着跑

发送/停止主按钮正左侧新增一枚暂停按钮:点击后不打断任何进行中的请求,当前步骤到达边界后这轮以 paused 优雅关停,紧接着自动落盘——按钮随即变成继续按钮。 💾 完整持久化

暂停 = 全程落盘:消息、chunk、工具调用与结果、请求上下文全部写进既有会话 JSONL,不新增任何存储格式。因此只要 DSH 还在,随时回来都能继续。 🔄 重启也能恢复

Install command

dsh plugin --profile web add github:watericetangcw/dsh-session-pause
View GitHub repository ↗Back to popular plugin directory