SwainGao/dsh-plugin-ai-bridge0

dsh-plugin-ai-bridge

DeepSeek Harness plugin that bridges to external AI models (Codex, Claude, GPT, ...) for second-opinion code review, adversarial review, and task delegation.

AI Analysis

核心用途是引入第三方大模型作为“第二意见”辅助决策。适合需要跨模型对比生成质量、进行代码双重安全审计或复杂任务分发的开发者。支持 OpenAI 兼容接口。

Package
dsh-plugin-ai-bridge
Version
0.1.0
License
Apache-2.0
Last updated
Aug 15, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

2. 在 profile 的 cordis.patch.yml 中注册(见「配置」)

🔧 配置

插件配置写入 profile 的 cordis.patch.yml(也可用环境变量兜底)。

默认值说明
apiKey''外部模型 API Key
baseUrl按 provider 自动端点基地址(OpenAI 兼容需含 /v1;Anthropic 不含)
provideropenaiopenai(GPT,Chat Completions)· codex(Responses API)· anthropic(Claude)· generic(任意 OpenAI 兼容中转站)
defaultModelgpt-5-codex默认模型 id
timeoutMs120000单次请求超时(毫秒)
maxOutputTokens4000单次调用最大输出 token

🔵 示例一:GPT(Chat Completions)