Seafood-Y/CC2DSH
Seafood-Y★ 0Python最后同步: 2026-08-14
Import Claude Code session history into DeepSeek Harness (DSH): convert, verify, and attach conversations to workspaces with original titles restored.
README 摘要
CC2DSH English 中文 Claude Code → DeepSeek Harness (DSH) session importer Migrate your Claude Code conversation history ( /.claude/projects/ / .jsonl ) into DeepSeek Harness session storage ( /.dsh/sessions/ ), so those conversations become visible in the DSH Web GUI — grouped into the workspaces they originally belonged to, with their original titles restored, and ready to continue chatting. A skill/tool for the DeepSeek Harness ecosystem, built around dsh 's session persistence format. Features - ✅ Multi-frame zstd layout : generated session files strictly satisfy DSH's read requirements (frame 1 = exactly one header line) - ✅ turn/end with reason : event content passes DSH's content-level validation - ✅ Titles preserved : automatically takes the last ai-title from Claude records into a session/title event; the title projection is restored on attach - ✅ Workspace matching : reuses/creates workspaces by cwd , sessions land in their original project directories - ✅ Renamed-directory handling : --cwd-map OLD=NEW fixes projects that were renamed or moved after the session was recorded - ✅ Idempotent import : session ids match Claude's sessionId, so re-imports simply overwrite - ✅ Forma…
在 GitHub 查看完整 README →