dsh-session-delete
DSH 会话管理:列出全部会话并显示各自的磁盘占用,可按标题、会话 ID、类型标签、工作区或 agent preset 搜索,并按时间或工作区分组。支持单个或批量永久删除——同时清除日志文件、工作区账目与搜索索引,删除前两步确认、删除后复验;可按需显示子代理会话,侧边对话线程始终隐藏,本次启动中活动的会话会被拒绝直到重启。
Session management for DeepSeek Harness: list every stored session with its on-disk size, search by title, session id, kind tag, workspace or agent preset, and group them by age or by workspace. Permanently delete one or many at once — the log artifact, the workspace account entry and the search index rows — behind a two-step confirm, with a re-check after every deletion. Subagent sessions can be shown on demand; Side Chat threads stay hidden, and sessions live in the current app run are refused until restart.
怎么安装
dsh plugin add dsh-session-delete 简介
dsh-session-delete DeepSeek Harness (DSH) 插件:在 **设置 → 会话管理** 中列出所有会话,并永久删除不需要的会话。 功能 删除语义 删除该会话的持久化日志(~/.dsh/sessions/<项目>/<session-id>/) 从所有工作区的会话账目中摘除(workspaceRegistry.detachSession) 搜索索引(SQLite FTS)在下一次查询时自动同步清理 两步确认防误删;删除前后都会校验,删除后验证持久化列表不再包含该会话 每次删除都写日志(成功 info、异常 warn);工作区账目摘除失败会作为 warnings 回传界面,而不是被静默吞掉 **活动会话限制**:本次启动中打开过的会话(包括正在查看的当前会话)会被拒绝删除——活动 Agent 会重写日志,删除不彻底。**重启应用后**这些会话变成冷会话,即可正常删除。历史会话(此前运行留下的)随时可直接删除。 列表与批量操作 **子代理会话**:DSH 的会话列表默认隐藏 origin: "subagent" 的会话。勾选 **「显示子代理会话 (N)」** 即可列出它们(N 是当前被隐藏的数量)。 **侧边对话隔离**:better-sidebar 的 Side Chat 线程同样带 subagent 标记,但它们不是子代理。本插件按 Side: 标题…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-16
- 创建于
- 2026-08-19
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness-plugin, dsh-plugin
同类推荐
billion-context
ranxianglei/billion-context
billion-context官方版:上下文压缩插件,兼顾小窗口(100k上下文足矣)省token(省5倍token)和超长会话(数月级别几十亿token单会话)。
dsh-chat-import
Nwflower/dsh-chat-import
把 13 家 coding agent(Claude Code、Codex、ChatGPT、Cursor、Gemini、opencode 等)的完整对话历史导入为可续聊的 DeepSeek Harness 会话,并支持反向导出回 Claude Code。
dsh-rewind
SiriLee/dsh-rewind
同一会话窗口内的 in-place 对话回退(不 fork,Claude Code /rewind 语义):每条消息的 ↶ 按钮把模型上下文回退到任意用户消息,可选用磁盘持久化的 before-backups 还原工作区文件。
dsh-recall-plugin
limbo947/dsh-recall-plugin
消息撤回:在用户消息旁加「撤回」按钮,把对话历史(官方会话 fork)与项目文件(逐消息影子 git 快照)一并回退到该消息发送之前,带差异预览确认面板。