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 분석

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

패키지
dsh-plugin-ai-bridge
버전
0.1.0
라이선스
Apache-2.0
최근 업데이트
2026. 8. 15.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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)