sudipnext/dsh-chatgpt-codex0

dsh-chatgpt-codex

为 DeepSeek Harness 提供 ChatGPT OAuth 登录及 Codex 模型支持,具备浏览器回调与设备码登录功能。

AI 分析

核心用途是接入 ChatGPT 官方的 Codex 模型。适合拥有 ChatGPT 账号、希望在 DSH 框架内调用官方最新 Codex 模型进行代码生成的开发者。

套件
dsh-chatgpt-codex
版本
0.1.0
授權
MIT
最近更新
2026年8月16日

安裝

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

Configuration

Override the plugin row in the profile's $DSH_HOME/profiles//cordis.patch.yml:

- id: llm-chatgpt-codex
  config:
    defaultReasoningEffort: high
    textVerbosity: low
    requestTimeoutMs: 300000

- id: agent-default-model
  config:
    provider: openai-codex
    model: gpt-5.6-terra

Available plugin settings:

SettingDefaultPurpose
authFile$DSH_HOME/chatgpt-codex/auth.jsonOAuth credential document
issuerhttps://auth.openai.comOAuth issuer, primarily for compatible deployments/tests
baseURLhttps://chatgpt.com/backend-api/codexCodex Responses base URL
originatordsh-chatgpt-codexHonest product identity sent upstream
modelsCurrent bundled catalogAdvisory DSH model picker entries
defaultReasoningEfforthighlow, medium, high, xhigh, or max
textVerbositylowlow, medium, or high
requestTimeoutMs300000Provider request timeout

The model catalog is advisory. Actual model availability depends on the signed-in ChatGPT plan, workspace policy, region, and current OpenAI rollout.