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 路由的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:suntianc/dsh-codex-authドキュメント
README 全文を読む ↗Configuration
All plugin-row fields are optional:
| Field | Default | Meaning |
|---|---|---|
authJsonPath | '' → $CODEX_HOME/~/.codex/auth.json | Codex auth file |
credentialRef | CODEX_CHATGPT_TOKEN | Value-free reference shown by the card |
refreshLeadMs | 300000 | Refresh lead time in milliseconds |
codexCommand | codex | CLI command used for login and version probing |
displayName | OpenAI 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.