changhang155/dsh-plugin-claude-import ↗★ 0
dsh-plugin-claude-import
Import Claude Code sessions into DeepSeek Harness: agent tools (claude_session_list / claude_session_import) plus a Web GUI one-click import dock.
AI Analysis
核心用途是导入 Claude Code 的历史会话。适合需要将 Claude 项目目录下的会话记录作为种子或上下文迁移至 DSH 的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:changhang155/dsh-plugin-claude-importREADME
Read the full README ↗Usage
From the agent: ask for the list, then import:
请列出 Claude Code 的历史会话。
把会话 导入为 seed,并在其项目目录下新建一个 DSH 会话。
The tool claude_session_import accepts:
| parameter | meaning |
|---|---|
sessionId | 8-char prefix, full id, or a full .jsonl path |
format | seed (default) or markdown |
createSession | create a new DSH session in the Claude project dir and deliver the context as its first message |
From the Web GUI: click Claude 导入 in the conversation header, optionally type a session id, and press 导入. A new session is created and opened; its agent reports the title, touched files, and open threads.