dsh-session-delete
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 会话管理:列出全部会话并显示各自的磁盘占用,可按标题、会话 ID、类型标签、工作区或 agent preset 搜索,并按时间或工作区分组。支持单个或批量永久删除——同时清除日志文件、工作区账目与搜索索引,删除前两步确认、删除后复验;可按需显示子代理会话,侧边对话线程始终隐藏,本次启动中活动的会话会被拒绝直到重启。
How to install
dsh plugin add dsh-session-delete About
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: 标题…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-16
- Created
- 2026-08-19
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness-plugin, dsh-plugin
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.