dsh-session-plus
Sidebar archive directory for DSH Web: restore a session to its original workspace slot, delete the session log, or edit-and-branch a user message into a new conversation.
DSH Web 侧栏归档目录:将会话恢复到原工作区槽位、删除会话日志,或从用户消息修改并分支为新会话。
How to install
dsh plugin add dsh-session-plus About
dsh-session-plus 中文 | English DeepSeek Harness 的会话补全:侧栏归档目录、恢复到原位置、删除、分支对话。 官方其实已经能归档会话,但没有查看、取消归档或删除的界面。我做这个插件,就是把这几项操作补上。全部走公开 slot 和 workspace 域,**不改** @deepseek-ai 核心文件,也不往官方「视图选项」菜单里插 DOM。 侧栏最底下、设置旁边点 **归档**。 已知失败(请先读) 这不是某一版实现写坏了。我在多个版本里都复现过,社区其它归档类插件也会撞上同一类问题。根因在 DSH 会话日志:tool / result 必须带 source.kind = tool 和 callId。工具还在跑的时候把会话归档(中间会 clear() / 卸绑定),日志可能被写成非法事件。已经写坏的日志,插件修不回来,只能删掉。 我自己测下来是这样: | 场景 | 结果 | | ---------------------------------- | ----------------------- | | **场景一**:这一轮已经结束,再归档,再恢复 | **不会出问题**。重启也还在。 | | **场景二**:还在长文回答、**没有工具调用**,中途归档,再恢复 | **不会出问题**。回答可以写完。重启也还在。 | | **场景三*…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-17
- Created
- 2026-08-17
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- archive, deepseek-harness, dsh-plugin, session, unarchive
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.