buguoshixc/deepseek-harness-external-migration

buguoshixc★ 4JavaScript最后同步: 2026-08-14

在 GitHub 打开

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

README 摘要

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 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 Requires DeepSeek…

在 GitHub 查看完整 README →
Agent/智能体dsh-plugin

分类