sudipnext/dsh-chatgpt-codex0

dsh-chatgpt-codex

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

包名
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.