dsh-session-delete
Session management for DSH: archive or delete one session, archive/delete all sessions in a workspace, and restore archived sessions from the settings page — archiving backs up workspace metadata and restoring recreates deleted workspace registrations automatically.
DSH 会话管理:可归档或删除单个会话,工作区行可归档全部、恢复已归档或删除全部会话,设置页可查看/恢复/删除已归档会话;归档时备份工作区信息,恢复时自动恢复原工作区,原工作区被删除时自动重建。
How to install
dsh plugin add dsh-session-delete About
dsh-session-delete 本仓库是 @wenhao4126 的公开 fork。 上游仓库:vtxf/dsh-session-delete 中文 | English 预览 中文 DSH(DeepSeek Harness)工作区侧栏增强插件:补上官方缺失的**会话删除**能力,并增加目录级批量操作。 功能 | 入口 | 菜单项 | 行为 | |---|---|---| | 会话行 … 菜单 | **删除会话** | 永久删除该会话的全部本地记录(~/.dsh/sessions/<项目目录>/<会话目录>/,含日志文件),不可恢复 | | 会话行 … 菜单 | **恢复全部已归档会话** | 把所有已归档会话恢复到各自原工作区;原工作区已删除时自动按会话项目目录重建 | | 目录行 … 菜单 | **归档全部会话** | 一键归档该工作区下所有未归档会话(记录保留,仅隐藏) | | 目录行 … 菜单 | **恢复归档会话** | 恢复该工作区下已归档会话到原工作区 | | 目录行 … 菜单 | **删除全部会话** | 批量删除该工作区全部会话(含已归档) | | 设置页 | **会话管理** | 查看已归档会话、恢复会话、物理删除会话;归档时会同步备份工作区信息,恢复时自动恢复原工作区 | 安全设计 红色危险确认对话框,明示"不可恢复"及目标数量 **运行中/已打开的会话一…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-30
- Created
- 2026-08-26
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-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.
prism-coder
dcostenco/prism-mcp
Persistent session memory for AI coding agents — local-first, with on-device inference, associative recall, and drift detection. Works with Claude Code, Cursor, and Codex.
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.