DamonBao/dsh-codex-provider-plugin1

@jcy2387/dsh-codex-provider-plugin

为 DeepSeek Harness 提供 OpenAI Codex OAuth 登录支持及原生设置界面的插件。

AI 分析

核心用途是为 DSH 引入 OpenAI Codex 供应商支持。适合需要使用 Codex 模型并希望通过 OAuth 浏览器或设备码安全登录、在原生设置中配置连接参数的用户。

套件
@jcy2387/dsh-codex-provider-plugin
版本
0.1.0-rc.8
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DamonBao/dsh-codex-provider-plugin

Configuration

Every field is optional:

- id: llm-openai-codex
  config:
    credentialRef: OPENAI_CODEX_OAUTH
    transport: auto
    streamIdleTimeoutMs: 300000
    ipv6CallbackBridge: true
  • credentialRef: reference used by the Harness credential provider for serialized OAuth state.
  • transport: sse, websocket, websocket-cached, or auto.
  • timeoutMs: provider request timeout.
  • websocketConnectTimeoutMs: WebSocket connection timeout.
  • streamIdleTimeoutMs: maximum idle interval while waiting for the next stream chunk.
  • retryPolicy: standard Harness LLM retry configuration.
  • ipv6CallbackBridge: temporarily bridge [::1]:1455 to pi-ai's 127.0.0.1:1455 listener during browser sign-in. Enabled by default; disable it when PI_OAUTH_CALLBACK_HOST is explicitly managed by the deployment. The IPv4 port-availability check remains active when only the bridge is disabled.