dsh-session-snapshot
在每个回合边界为会话滚动保留校验过的备份:提升快照前先确认日志仍可加载,回合结束时若已损坏则绝不覆盖上一份好副本,dsh 启动不了时也能一条命令恢复。
Rolling, integrity-verified backups of each session at turn boundaries: verifies the log still loads before promoting a snapshot, never overwrites the last good one when a turn ends corrupt, and restores in one command even when dsh will not boot.
怎么安装
dsh plugin add github:po-et/dsh-session-snapshot 简介
dsh-session-snapshot **Rolling, integrity-verified backups of every DeepSeek Harness session — so corruption costs at most the in-flight turn.** 中文文档 Part of a three-piece session-integrity suite: | Stage | Plugin | Role | |---|---|---| | Prevent | dsh-session-guard | stop two dsh processes from corrupting one session | | **Snapshot** | **dsh-session-snapshot** (this) | **keep a verified good copy at every turn boundary** | | Repair | dsh-session-rescue | fix or salvage a log that already broke | Why it exists dsh-session-guard prevents the common concurrent-write corruption, but two cases sta…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-07
- 创建于
- 2026-09-05
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- backup, deepseek-harness, dsh-plugin, session
同类推荐
dsh-chat-import
Nwflower/dsh-chat-import
把 13 家 coding agent(Claude Code、Codex、ChatGPT、Cursor、Gemini、opencode 等)的完整对话历史导入为可续聊的 DeepSeek Harness 会话,并支持反向导出回 Claude Code。
deja-vu
vshulcz/deja-vu
面向编码智能体的记忆。索引17个智能体已经写入磁盘的会话,包括你安装之前几个月的会话,并能在任意会话中召回它们。无需LLM,无需嵌入——一个本地Go二进制文件即可。
dsh-plugin-bridge
Totoro-qaq/dsh-plugin-bridge
通过可预览的五段式交接,将已有 DSH 会话迁移到另一个 Agent Preset;保留源会话,并可让目标会话暂停等待确认或立即继续。
dsh-recall-plugin
limbo947/dsh-recall-plugin
消息撤回:在用户消息旁加「撤回」按钮,把对话历史(官方会话 fork)与项目文件(逐消息影子 git 快照)一并回退到该消息发送之前,带差异预览确认面板。