dsh-session-steward
Session Steward for DSH: browse and bulk-prune the official session archive set, and run a four-gate health checkup (log integrity, projection cache, lossless JSON, cold read) that ends in a reversible, backup-first prescription. Never rewrites session logs.
面向 DSH 的会话管家:浏览并批量清理官方会话归档集合,并对会话做四门体检(日志完整性 / 投影缓存 / 无损 JSON / 冷读),最终给出可逆、先备份的处方。不改写会话日志。
How to install
dsh plugin add dsh-session-steward About
dsh-session-steward(会话管家 / Session Steward) DSH Web 插件:**会话历史文件 + 会话健康检查**。 **养老院(会话历史文件)**:浏览官方归档集合,两个**独立**操作 —— **取消归档状态**(只改数组,可逆)与 **清理归档文件**(真删磁盘实体,不可逆)。 **两个操作不可互换,也不能合并**: > | | 取消归档状态 | 清理归档文件 | |---|---|---| | 路由 | session-history-prune | session-history-purge | | 改什么 | 只改 global.archivedSessionIds | 删磁盘实体 + 改归档数组 + 改工作区成员表 | | 会话去向 | 回到侧边栏原工作区 | 从世界上消失 | | 可逆 | ✅ | ❌ | > **清理必然连带取消归档** —— 否则会留下「侧边栏看不见、一取消归档就变成空会话」的僵尸 id。 体积**按行**显示(实测单条可从 0 到 23 MB),按钮给所选小计。 > **两条硬约束**(照做,否则操作会白做): 1. **列表与写入同源** —— 都认存储文件 ~/.dsh/storages/workspace.json。宿主内存里的 workspaceRegistry 是启动快照,改文件写不到它,只作为「已出…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- 992
- Last push
- 2026-09-21
- Created
- 2026-09-14
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-bundle, dsh-plugin, typescript
Related plugins
billion-context
ranxianglei/billion-context
The official billion-context plugin: a context-compression plugin for small context windows (a 100K context is enough), token savings (5x fewer tokens), and month-long single sessions (billions of tokens).
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.
dsh-rewind
SiriLee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
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.