dsh-session-repair
诊断并安全修复损坏的 DSH 会话历史:raw zstd/JSONL 校验、tool-call ID 修复、单槽 pre-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 plugin add dsh-session-repair 简介
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…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-24
- 创建于
- 2026-08-22
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin, curated:0xsline/awesome-deepseek-harness
- 主题标签
- deepseek-harness, dsh-plugin, session-repair
同类推荐
dsh-recall-plugin
limbo947/dsh-recall-plugin
消息撤回:在用户消息旁加「撤回」按钮,把对话历史(官方会话 fork)与项目文件(逐消息影子 git 快照)一并回退到该消息发送之前,带差异预览确认面板。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。
dsh-share
dsh-external/dsh-share
DSH 对话分享插件,分享单轮或多轮对话,可将 DSH 问答或选定的对话组导出为 PNG 或 Markdown
task-passport
dongsheng123132/task-passport
通过机器可读检查点与乐观锁,在 DeepSeek Harness、WorkBuddy、Claude Code 和 Codex 之间交接持久任务状态。