dsh-archive-manager
Archived-session manager for DeepSeek Harness: grouped archive panel with restore and delete.
DeepSeek Harness 会话归档管理:分组归档面板,支持恢复与删除。
How to install
dsh plugin add @duke-dsh-plugins/dsh-archive-manager About
--- 为 DeepSeek Harness(DSH) Web UI 打造的**归档管理**插件:把已归档的会话重新变得可见、可管理。 归档后消失在侧栏的会话,在这里统一呈现——**按项目分组、按更新时间倒序、支持搜索**,并且每个归档都能**一键还原**或**永久删除**。 功能 | 功能 | 说明 | |---|---| | 📂 按项目分组 | 归档会话按工作区(项目)分组,含"未分组"桶 | | ⏱ 更新时间倒序 | 每个项目组内按最新更新时间从新到旧 | | 🔍 搜索 | 按会话标题 / 项目名实时过滤 | | ♻️ 还原 | 从归档集合移除,会话回到侧栏项目原位 | | 🗑️ 删除 | 永久删除会话日志 + 移除归档记录;二次确认;运行中的智能体会拦截 | | 🧹 无效记录清理 | "日志已不存在"的残留归档记录单独分组,可一键清理 | | 👻 已删会话提示 | 已删除但仍驻留内存的会话自动隐藏,提示重启后彻底清除 | | 🌗 主题适配 | 全部使用 DSH 设计 token,明暗主题自动跟随 | | 🖥 跨平台 | Host 半只用 Node.js fs API,Windows / macOS / Linux 均可运行 | 安装 标准安装(推荐) 本插件是**标准 DSH bundle**:package.json 声明 dsh.bundle.patch,…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-23
- Created
- 2026-08-18
Links
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
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.