dsh-workspace-mover
Move sessions across workspaces by drag-and-drop with true in-place migration; recover orphaned or unregistered sessions; re-point stale workspaces after folder renames. IDs and history stay intact, with per-step backup and rollback.
拖拽跨工作区真迁移会话,找回失联与未记账会话,文件夹改名后一键原地重定向工作区;ID 与历史原样保留,步步备份回滚。
How to install
dsh plugin add github:PianoPrince/dsh-workspace-mover About
dsh-workspace-mover **_> 非官方项目,由社区成员独立开发和维护。_** 🌏 中文 · <a href="./README_EN.md">English</a> 📑 目录 ✨ 功能一览 🔬 技术要点 🚀 安装 🖼️ 特性巡礼 ⌨️ 使用 🔌 与 DSH 的集成方式 🆕 最近更新 🔐 安全设计 · ⚠️ 已知限制 --- ✨ 功能一览 DeepSeek Harness 的侧边栏支持工作区内拖拽排序会话,但把会话拖到**另一个工作区**上会被静默忽略——官方 RPC 只暴露了单工作区内的 insertSessionBefore,没有跨工作区移动接口。本插件补上这块: **🖱️ 拖拽交互**:把任意空闲会话行拖到目标工作区的标题行,确认框亮出目标路径,一键迁移 **📦 批量迁移**:Ctrl/Shift+点击多选会话行(插件自建选择集,带计数徽章),拖任一选中行整批迁移;也可点工作区标题行的「⋯」菜单选「整组迁移…」。单批至多 50 个,逐条独立备份回滚、失败互不牵连 **🚚 真迁移**:物理搬移原始 session.jsonl.zstd 档案、改写头部 cwd、更新工作区注册表——会话 id 与全部历史**原样保留**,不产生副本、不重新注入上下文、**零 token 消耗** **🏠 工作区搬家向导**:项目文件夹被移动/改名后,一键把失…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 2
- mo. downloads
- –
- Last push
- 2026-08-30
- Created
- 2026-08-26
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek, deepseek-harness, drag-and-drop, dsh, dsh-plugin, session-management, workspace
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.