dsh-session-snapshot
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 启动不了时也能一条命令恢复。
How to install
dsh plugin add github:po-et/dsh-session-snapshot About
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…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-07
- Created
- 2026-09-05
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- backup, deepseek-harness, dsh-plugin, 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.
deja-vu
vshulcz/deja-vu
One memory shared by Claude Code, Codex, Cursor, Copilot CLI, OpenClaw and 19 more coding agents, built from the session history already on disk. A fix found in one agent comes back in any of them, including months of sessions from before you installed it. No LLM, no embeddings, one local Go binary.
dsh-plugin-bridge
Totoro-qaq/dsh-plugin-bridge
Moves an existing DSH session to another agent preset through a previewable five-section handoff, preserving the source session and either pausing the target for confirmation or continuing immediately.
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.