suntianc/dsh-codex-auth0

dsh-codex-auth

Use the local Codex CLI ChatGPT login as a DeepSeek Harness LLM route, with a native GPT Auth settings card

AI Analysis

核心用途是复用本地的 Codex 登录凭证作为 DSH 的模型提供方。适合已在使用 Codex CLI 并希望在 DSH 中直接调用其 ChatGPT 路由的用户。

Package
dsh-codex-auth
Version
0.1.0
License
MIT
Last updated
Aug 14, 2026

Install

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

Configuration

All plugin-row fields are optional:

FieldDefaultMeaning
authJsonPath''$CODEX_HOME/~/.codex/auth.jsonCodex auth file
credentialRefCODEX_CHATGPT_TOKENValue-free reference shown by the card
refreshLeadMs300000Refresh lead time in milliseconds
codexCommandcodexCLI command used for login and version probing
displayNameOpenAI Codex (chatgpt)Provider label in model selectors

The package includes its own dsh.bundle patch, so dsh plugin installs and activates it. Do not also add an openai-codex entry under llm-pi-ai.providers; duplicate route registrations conflict.