
Nwflower/dsh-chat-import
304最近提交 2026年8月14日
dsh-chat-import DSH 插件
DSH Chat Import 是可安装的 DeepSeek Harness 插件,可将 11 种 Agent 来源的对话历史迁移为可续聊的 DSH 会话。它还提供会话发现、Claude Code JSONL 导出以及向 Claude Code 的受保护增量同步。
如何安装 dsh-chat-import DSH 插件
dsh plugin --profile web add dsh-chat-import # npm package复制不会执行命令。运行前请核对仓库和版本。
数据来源
快照日期:2026年8月15日
manifest-valid
dsh-chat-import DSH 插件能做什么
- 导入 Claude Code、Codex/ChatGPT CLI、ChatGPT 网页导出、Cursor、Gemini CLI、Reasonix、opencode、ZCode、Grok Build、OpenClaw 和 Hermes 的历史记录。
- 将消息、推理内容和工具调用/结果转换为可续聊的 DSH 会话事件。
- 支持批量导入、目录扫描、只读预览、幂等重复导入和增量追加。
- 在来源数据提供工作目录时,按记录的工作目录归组导入会话。
- 通过 scan_discover 发现受支持的本地会话数据。
- 将 DSH 会话导出为 Claude Code JSONL,并支持受保护的增量同步到来源文件或导出副本。
- 针对超大历史记录提供可配置的上下文预算裁剪。
dsh-chat-import DSH 插件适合哪些场景
- 在 DSH 中继续此前的 Claude Code、Codex、Cursor 或其他受支持 Agent 对话。
- 将本地保存的 Agent 转录记录集中迁移到 DSH 会话。
- 预览已发现的对话历史并批量导入。
- 导出 DSH 对话以供 Claude Code 恢复。
- 将 DSH 中新增的完整轮次增量追加到 Claude Code 转录文件。
dsh-chat-import DSH 插件适合谁
- 从其他编程 Agent 工具迁移到 DeepSeek Harness 的用户。
- 拥有本地 Agent 对话存档的开发者。
- 维护 Claude Code 兼容对话备份的个人或团队。
dsh-chat-import DSH 插件的限制
- 需要 Node.js >= 22.13。
- 导入后可能需要手动刷新 DSH 会话列表。
- 不同来源格式可提供的元数据不同;部分格式缺少 cwd、时间戳、模型或结构化工具结果等字段。
- Cursor 转录不包含工具结果,因此插件会生成空的配对结果。
- ChatGPT 网页导出不提供 cwd,因此导入会话不会按工作区分组。
- 导出的 Claude Code 推理块使用空签名,Claude Code 恢复时可能会丢弃这些推理块。
- retract_import 仅移除插件注册记录并提供手动删除指引,不会删除会话或文件。
- 同步仅支持 Claude Code JSONL,且会跳过未完成的最后一轮。
客观检查信号
这些信号来自公开元数据扫描,不是本站安全认证。
- info
dependency counts
package.json declares 0 runtime, 1 development, 3 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- info
license declared
GitHub reports the repository license as MIT.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-chat-import DSH 插件的相关选择
dsh-automation
32
在全新的 DeepSeek Harness Agent 会话中按计划运行独立编码任务,并提供工作区范围控制和持久化运行历史。
dsh-vision-router
77
为 DeepSeek Harness 提供视觉路由、供应商回退链和像素级图像工具的插件。
sandbase-harness
579
Open-source CMA-compatible agent runtime for any model, with MCP tools, sandboxed sessions, audit, replay, and a local console. Includes a native DeepSeek Harness bundle over stdio MCP.
dsh-agent-messaging
4
Cross-session agent-to-agent messaging for DeepSeek Harness — address another session by name and deliver a message into its inbox.
dsh-chat-import DSH 插件常见问题
dsh-chat-import DSH 插件是什么?
dsh-chat-import 是当前 DSH 插件快照收录的项目。页面基于仓库元数据和已核对的说明整理,运行前仍应查看上游仓库。
如何安装 dsh-chat-import DSH 插件?
页面展示来源记录中的安装命令。复制动作不会执行命令,运行前请确认 package、profile 和版本仍与上游文档一致。
dsh-chat-import 使用哪个 DSH profile?
dsh-chat-import 快照记录的 profile 是 web。DSH 版本变化可能调整 profile 约定,安装前请再次核对。
dsh-chat-import 与当前 DSH 版本兼容吗?
当前数据没有提供可验证的兼容版本矩阵。建议先确认最近提交、release 和 DSH 官方变更,再在可回滚的 profile 中测试。
dsh-chat-import 加载失败怎么办?
先检查安装命令、profile、依赖安装日志和 Cordis 启动输出。再对照本站排错页与上游 issue,保留完整报错串便于定位。
dsh-chat-import 有哪些替代 DSH 插件?
页面列出的相关插件来自当前快照的关联结果,只能作为候选。请按能力、最近维护时间、安装方式和限制逐项比较。