dsh-session-repair
Diagnose and safely repair corrupted DSH session history: raw zstd/JSONL validation, tool-call ID repair, single-slot pre-repair backup, restore, and an audit trail.
诊断并安全修复损坏的 DSH 会话历史:raw zstd/JSONL 校验、tool-call ID 修复、单槽 pre-repair 备份与恢复、审计记录。
How to install
dsh plugin add dsh-session-repair About
dsh-session-repair **English** | 中文 A DSH Web plugin for session diagnosis, trusted checkpoints, pre-repair backups, and safe repair. Installation From npm (recommended) dsh plugin --profile web add dsh-session-repair Restart dsh web after installation, then refresh http://127.0.0.1:3080. From GitHub dsh plugin --profile web add github:Zn-Dk/dsh-session-repair Development: link local source cd /root/proj/dsh-proj/dsh-session-repair pnpm install pnpm build dsh plugin --profile web add link:/root/proj/dsh-proj/dsh-session-repair After modifying the source, restart the existing dsh web process; d…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-24
- Created
- 2026-08-22
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin, curated:0xsline/awesome-deepseek-harness
- Topics
- deepseek-harness, dsh-plugin, session-repair
Related plugins
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.
dsh-share
dsh-external/dsh-share
DSH 对话分享插件,分享单轮或多轮对话,可导出为图片或 Markdown。Share DSH Q&As or selected conversation groups as PNG or Markdown.
task-passport
dongsheng123132/task-passport
Carry durable task state across DeepSeek Harness, WorkBuddy, Claude Code and Codex with machine-readable checkpoints and optimistic locking.