kanchengw/dsh-assembly.resume 预览 preview

kanchengw/dsh-assembly.resume

Plugin插件 Native原生 ⭐ 2 MIT Sessions & Context会话与上下文

Import local Codex and Claude sessions into DeepSeek Harness.

Project Overview项目介绍

dsh-assembly.resume is a DSH plugin that imports local Codex, Claude Code CLI, and Claude Code Desktop conversations into DSH, then hands them off to the DSH Agent for continuation. It groups sessions by their original project, transfers visible messages and tool activity, and auto-registers the source directory as a DSH Workspace. Use it to migrate and resume an ongoing coding session across different AI coding tools. Caveat: if the historical path is missing and no new workspace is specified, the conversation imports unbound.

dsh-assembly.resume 是一款 DSH 插件,用于将本地 Codex、Claude Code CLI 及 Claude Code Desktop 的历史会话导入 DSH,并交由 DSH Agent 继续对话。它按原始项目对会话分组,会话内容与工具活动一并导入,同时自动绑定或重建对应的工作区。适合需要在不同 AI 编码工具间迁移并延续同一段开发会话的场景。注意:若原路径失效且未指定新工作区,会话将以未绑定状态导入。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

dsh plugin --profile web add dsh-assembly.resume

kanchengw/dsh-assembly.resume 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-assembly.resume

Bring an existing Codex or Claude Code conversation into DSH, then continue it with the DSH Agent.

DSH Compatibility

What It Does

  • Finds local conversations from Codex, Claude Code CLI, and Claude Code Desktop.
  • Groups conversations by their original project so they are easier to find.
  • Imports the selected conversation into DSH, including its visible messages and tool activity.
  • Automatically registers and binds an existing source directory as a DSH Workspace.
  • If the historical path no longer exists or the original conversation had no workspace, a new workspace can be specified during handoff. Otherwise, the conversation imports unbound and the old directory is never recreated.
  • Continue the conversation in DSH after transfer.

Session Resume settings

Installation

Install the package from npm:

npm install dsh-assembly.resume

Add it to a DSH profile:

dsh plugin --profile web add dsh-assembly.resume

Start DSH:

dsh web

Open Settings > Plugins and select Session Resume to choose a provider and conversation.

上一个 Prev dsh-omniloop 下一个 Next dsh-more-session-operations