DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

buguoshixc /

deepseek-harness-external-migration

已验证

**DeepSeek-Harness Migration Plugin** 是一款专为 [DeepSeek-Harness](https://github.com/deepseek-ai/deepseek-harness) 设计的插件,旨在帮助开发者无缝迁移其他主流 AI 编程助手(Codex、Claude Code、Qcoder、OpenCode)的个性化配置及历史会话记录。无需手动复制粘贴,即可在 DeepSeek-Harness 中继续之前的工作流,大幅降低切换成本。

★ 4 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@12218a3f

DeepSeek Harness External Migration

Safely migrate configuration signals and session history from Codex, Claude Code, Qoder (qcoder is accepted as an alias), and OpenCode into DeepSeek Harness.

The plugin provides three model-facing tools:

  • external_migration_scan: read-only inventory; no transcript bodies, no returned credentials, and no writes.
  • external_migration_preview: read-only parsing with short transcript previews.
  • external_migration_import: requires confirm=true, writes native Harness sessions, and exports a reviewable configuration bundle.

Source files are never modified. Credentials are never copied. MCP secrets are replaced with environment-variable references, and generated MCP configuration is not applied automatically.

Install

dsh plugin --profile web add /absolute/path/deepseek-harness-external-migration-0.1.0.tgz

The package declares a dsh.bundle.patch, so dsh plugin activates it as a profile layer. Restart the profile after installation.

Then ask Harness to scan, preview, and finally import the desired sources. The default configuration review bundle is written below $DSH_HOME/migrations/external-agents/.

See README.zh-CN.md for the full support matrix, security behavior, root overrides, limitations, and examples.

Validate

npm install
npm test
npm pack --dry-run

Requires DeepSeek Harness 0.1.0-rc.5 or a compatible later release and Node.js 22.19+ or 24+.

—/ 5

暂无评分

已验证 DSH bundle

Commit 12218a3f6d59

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于