dsh-session-cleaner
Manage conversation records from the DSH web GUI settings page: delete a whole session (archive plus physical log removal) or a single message (deleting a user message cascades to its assistant replies and tool results). Running and current sessions are protected.
在 DSH Web GUI 设置页管理对话记录:可删除整个会话(归档并物理删除日志),或按用户消息分组浏览并删除单条消息(删除用户消息会级联删除其引发的助手与工具消息)。运行中与当前会话受保护。
How to install
dsh plugin add github:haoranwang0921/dsh-session-cleaner About
dsh-session-cleaner DeepSeek Harness Web GUI 插件:在设置页中管理并删除对话记录。 English 功能 **删除整个会话**:归档会话并物理删除其持久化日志(JSONL 目录),同时清理该会话的消息反馈数据。 **删除单条对话记录**:按用户消息分组展示对话内容;删除一条用户消息会级联删除它引发的所有助手回复与工具消息。 **分组查看**:设置页「会话管理」中,点击一条用户消息可展开其引发的助手/工具消息,子消息可单独删除。 **安全边界**:运行中的会话与当前会话不可删除,也不可删除其中的单条消息(Host 端校验)。 运行环境 DeepSeek Harness Web GUI(dsh web)。 安装(正式插件,随 DSH 启动自动加载) 本仓库是一个 **dual-face 插件包**:node half 运行在宿主进程(/api/session-cleaner 路由),browser half 通过 dsh.client 声明加载进 Web GUI。 powershell 1. 安装到 profile(本地开发用 link 路径;或发布 npm 后用包名) dsh plugin --profile web add link:C:\path\to\dsh-session-cleaner 2. 重启 dsh web dsh web …
Recommendation signals
Meta
- License
- Apache-2.0
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-24
- Created
- 2026-08-14
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- cordis-plugin, deepseek-harness, dsh-plugin, session-management
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.