baisama-cloud/dsh-session-mover1

dsh-session-mover

Drag sessions to another workspace in the DeepSeek Harness (DSH) web GUI: grab a session row in the sidebar and drop it onto another workspace header to move it (clone with full history + archive the original). DSH 侧边栏会话直拖:把会话行拖到其他工作区标题行即可移动(完整历史克隆 + 原会话归档)。

AI 分析

核心用途是会话跨工作区整理。适合在 DSH 侧边栏中频繁管理、归类或迁移历史会话的用户,提供直观的拖拽操作体验。

パッケージ
dsh-session-mover
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:baisama-cloud/dsh-session-mover

ドキュメント

README 全文を読む ↗

使用

  1. 在侧边栏会话列表里按住要移动的会话行;
  2. 拖到另一个工作区的标题行(带文件夹图标的行)上松手;
  3. 原会话从旧工作区消失(归档),目标工作区出现同历史的新会话,底部提示移动结果。

会话所属工作区由会话的 cwd(工作目录)决定。受平台约束(会话日志默认 zstd 压缩、会话头不可变、存储层无迁移 API),无法保留原会话 ID 原地搬家,因此采用「目标工作区克隆 + 原会话归档」语义。