dsh-assembly.resume
Verifieddsh-assembly.resume · v0.1.7 · MIT · Web UI
Import local Codex and Claude Code sessions into DSH Agent conversations
Install
dsh plugin add dsh-assembly.resume Confirm the layer applied with dsh --profile default --dump-config — see the install guide.
Source
Tags
Readme
dsh-assembly.resume
将已有的 Codex 或 Claude Code 会话带入 DSH,并由 DSH Agent 接续后续对话。
DSH 兼容性
- 支持的 DSH 版本:
0.1.7-rc.2(9 月 24 日)
功能
- 发现本机上的 Codex、Claude Code CLI 和 Claude Code Desktop 会话。
- 按原始项目归类会话,便于在大量历史记录中定位。
- 将选中的会话导入 DSH,包括可见消息和工具活动。
- 原工作目录存在时,自动注册并绑定为 DSH Workspace。
- 如果历史路径已经不存在,或原会话未绑定工作区,可在转接时指定新工作区;不指定时以未绑定状态导入,且不会重建旧目录。
- 转接后在 DSH 中继续对话。

安装
从 npm 安装:
npm install dsh-assembly.resume
添加到 DSH profile:
dsh plugin --profile web add dsh-assembly.resume
启动 DSH:
dsh web
在“设置 > 插件”中选择 Session Resume,然后选择 Provider 和要接续的会话。