sudipnext/dsh-chatgpt-codex0

dsh-chatgpt-codex

ChatGPT OAuth and Codex models for DeepSeek Harness, with browser callback and device-code login

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.