changhang155/dsh-plugin-claude-import0

dsh-plugin-claude-import

将 Claude Code 会话导入至 DeepSeek Harness 的插件,提供 Agent 工具及 Web 界面一键导入面板。

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.