dsh-session-delete
Adds a "Delete" item to the sidebar session menu with a confirmation dialog, then hard-deletes the session.
在侧边栏会话菜单添加「删除」项,经二次确认后硬删除该会话。
How to install
dsh plugin add dsh-session-delete About
dsh-session-delete 在 DSH Web 侧边栏「会话列表」中,给每个会话的三点下拉菜单**底部**新增一个 **「删除」** 按钮,点击后弹出**二次确认**对话框,确认后**硬删除**该会话(内存会话 + 磁盘持久化数据一并移除)。 功能 会话三点菜单底部新增「删除」项(危险样式,红色)。 点击「删除」→ 弹窗确认「此操作会永久删除该会话,无法恢复」。 确认后调用 host 端点硬删除: 1. dispose 内存中的 live 会话(触发 session/disposed → host/session-removed,所有客户端列表即时移除); 2. 删除磁盘上的持久化 jsonl 会话目录,确保重启后不再出现。 删除成功/失败有轻量 toast 提示。 安装(注册到 web profile) 1. 把本目录放到任意插件目录,例如: E:\桌面\dshGUI_install\plugins\dsh-session-delete 2. 编辑 C:\Users\<用户>\.dsh\profiles\web\package.json: 在 dependencies 增加: json "dsh-session-delete": "link:E:/桌面/dshGUI_install/plugins/dsh-session-delete" 在 dsh.profile.bu…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- 155
- Last push
- 2026-08-18
- Created
- 2026-08-18
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-plugin, plugin
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.
dsh-session-manager
dream12347/dsh-session-manager
DSH session manager: delete with trash/restore/purge, restore archived sessions, recent-activity stats, continue/pause, open log folder, unread markers, fork into a new chat, workspace grouping and sorting, context compaction threshold.
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-message-edit
dsh-external/dsh-message-edit
DSH 插件:分支式消息编辑、重掷、重试与版本时间线 | DSH plugin: branch-based message editing, reroll, retry, version timeline