changhang155/dsh-plugin-claude-import0

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 분석

核心用途是导入 Claude Code 的历史会话。适合需要将 Claude 项目目录下的会话记录作为种子或上下文迁移至 DSH 的用户。

패키지
dsh-plugin-claude-import
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:changhang155/dsh-plugin-claude-import

Usage

From the agent: ask for the list, then import:

请列出 Claude Code 的历史会话。
把会话  导入为 seed,并在其项目目录下新建一个 DSH 会话。

The tool claude_session_import accepts:

parametermeaning
sessionId8-char prefix, full id, or a full .jsonl path
formatseed (default) or markdown
createSessioncreate 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.