插件目录 / Developer / dsh-bridges
dsh-bridges
已验证 · 实测可装 yhlooo
功能简介
将 DeepSeek Harness 桥接到已配置其它 Harness Agent 的项目。支持 CodeBuddy / Codex / OpenCode / Claude Code / ...
可用 — 实测通过,早期项目
将 DeepSeek Harness 桥接到已配置其它 Harness Agent 的项目。支持 CodeBuddy / Codex / OpenCode / Claude Code / ... 实测能干净安装、正常启动。早期项目,但功能可用。
「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-bridges
English | 中文
This project is implemented by DeepSeek Harness.
A DeepSeek Harness plugin that bridges projects already configured for Claude Code, CodeBuddy Code, OpenCode, Codex, Pi, Gemini CLI, or Cursor into DeepSeek Harness, so existing skills, commands, memory, and hooks continue to work without any migration.
Quick start
# the general form:
# dsh plugin --profile <profile-name> add dsh-bridges
# dsh --profile <profile-name>
# Web UI example:
dsh plugin --profile web add dsh-bridges
dsh web # = dsh --profile web
# headless (one-shot CLI) is also supported — the invoking directory is the workspace:
dsh plugin --profile headless add dsh-bridges
cd my-project
dsh --profile headless "list the skills available in your catalog"
To install from a checkout of this repository, build it first: pnpm install && pnpm build && dsh plugin --profile <profile-name> add .
Complete example projects for each agent tool are available in examples/ (claude-code, codebuddy-code, opencode, codex, pi, gemini-cli, cursor); open one as the session workspace to observe its skills, memory, and hooks being bridged.
Support matrix
Assets are discovered per session workspace, from project and user-level locations. All bridges are enabled by default and can be configured or disabled from any patch layer:
# example: disable the Pi bridge
- id: bridges
config:
pi:
enabled: false
| Agent tool | Skills / commands | Memory | Hooks | Permissions | MCP | Guide |
|---|---|---|---|---|---|---|
| Claude Code | ✓ | ✓ | ✓ | ✓ | ✓ | claude-code |
| CodeBuddy Code | ✓ | ✓ | ✓ | ✓ | ✓ | codebuddy-code |
| OpenCode | ✓ | ✓ | — | ✓ | ✓ | opencode |
| Codex | ✓ | ✓ | ✓ | ✓ | ✓ | codex |
| Pi | ✓ | ✓ | — | — | — | pi |
| Gemini CLI | ✓ | ✓ | ✓ | ✓ | ✓ | gemini-cli |
| Cursor | ✓ | ✓ | ✓ | ✓ | ✓ | cursor |
Resources
- Usage guide (install and verify, shared behaviors, per-tool deep dives):
docs/guides/ - Example projects, one per bridged agent tool:
examples/ - Upstream reference material (official specs):
docs/reference/ - Contributor documentation:
docs/development/
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-bridges」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:yhlooo/dsh-bridges Headless(CLI)profile:
dsh plugin --profile headless add github:yhlooo/dsh-bridges 实测报告
验证通过:从 GitHub 源码完成 L1 安装 + L2 加载 + L3 运行(dsh 0.1.0-rc.6)。