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/08/15

インストール

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

ドキュメント

README 全文を読む ↗

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.