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 分析

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

パッケージ
dsh-codex-auth
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

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

ドキュメント

README 全文を読む ↗

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.