dsh-plugin-claude-import:把 Claude Code 会话导入 DeepSeek Harness 的 DSH 插件
`dsh-plugin-claude-import` 是一款基于 MIT 许可的 DSH 插件,旨在将本地 Claude Code 会话(位于 `~/.claude/projects`)导入 DeepSeek Harness 以便继续处理上下文。该插件提供 `claude_session_list` 和 `claude_session_import` 两个 Agent 工具,支持列出会话详情及将导入结果设为 seed 上下文块或完整的 Markdown 延续文档。若启用 `createSession=true`,可在对应项目目录下自动创建新 DSH 会话并注入上下文。此外,Web GUI 提供
Read Moredsh-cc-import: Importing Claude Code Memories and Conversations into DeepSeek Harness
Mreate/dsh-cc-import is a DeepSeek Harness Web (DSH) plugin designed to address the context migration issue of Claude Code, supporting the conversion of memory files and conversation history into traceable, resumable DSH sessions. Its core features include: analyzing the codebase via the `/init` command and generating `DSH.md`; high-fidelity importing of `.jsonl` conversation history, faithfully preserving tool invocation parameters and results (without re-execution); supporting sub-agent session import; and providing dual entry points via a sidebar button, overlay selector, and model tools (`cc_history_list`/`cc_import`). The plugin is released under the MIT license and requires Node 22+ and pnpm 10+ environments. For installation, a global installation is required.
Read More