kkkkkkkkki/dsh-migrate

kkkkkkkkki★ 0TypeScriptLast synced: 2026-08-15

Open on GitHub

Import chat history & memory from other AI agents (Claude Code, Codex, Gemini CLI, Aider, Cline, OpenCode, Hermes, OpenClaw) into DeepSeek Harness

README excerpt

dsh-migrate English 中文 Import chat history and memory from other AI agents into DeepSeek Harness. Switching harnesses should not mean losing your context. dsh-migrate reads the transcripts and memory stores other agents leave on disk and writes them as native DeepSeek Harness session logs — searchable, inspectable in the Trajectory view, and resumable ( --fork -style continue) as if they had been recorded by DSH itself. Supported sources Agent Sessions Memory Claude Code /.claude/projects/ .jsonl (text, thinking, tool use/tool result) /.claude/CLAUDE.md , project memory/ .md Codex CLI /.codex/sessions/ /rollout- .jsonl (messages, reasoning, function calls) /.codex/AGENTS.md , instructions.md Gemini CLI /.gemini/tmp/ /chats/session- .json (messages, thoughts, toolCalls) /.gemini/GEMINI.md Cline / Roo Code VS Code globalStorage/ /tasks/ /api conversation history.json — OpenCode /.local/share/opencode/ message/part JSON files — Aider /.aider.chat.history.md (bounded scan) CONVENTIONS.md files Hermes Agent /.hermes/state.db (SQLite sessions+messages, read-only) /.hermes/memories/MEMORY.md , USER.md OpenClaw /.openclaw/agents/ /agent/openclaw-agent.sqlite (transcript events, read-only) …

View full README on GitHub →
Agentsagent-migrationchat-historydeepseek-harnessdsh-pluginmemoryagentsearch

Category