dsh-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