sudipnext/dsh-chatgpt-codex ↗★ 0
dsh-chatgpt-codex
ChatGPT OAuth and Codex models for DeepSeek Harness, with browser callback and device-code login
安装
$
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:
| Setting | Default | Purpose |
|---|---|---|
authFile | $DSH_HOME/chatgpt-codex/auth.json | OAuth credential document |
issuer | https://auth.openai.com | OAuth issuer, primarily for compatible deployments/tests |
baseURL | https://chatgpt.com/backend-api/codex | Codex Responses base URL |
originator | dsh-chatgpt-codex | Honest product identity sent upstream |
models | Current bundled catalog | Advisory DSH model picker entries |
defaultReasoningEffort | high | low, medium, high, xhigh, or max |
textVerbosity | low | low, medium, or high |
requestTimeoutMs | 300000 | Provider request timeout |
The model catalog is advisory. Actual model availability depends on the signed-in ChatGPT plan, workspace policy, region, and current OpenAI rollout.