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/08/16

インストール

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

ドキュメント

README 全文を読む ↗

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.