yoke233/dsh-openai-codex-auth2

dsh-openai-codex-auth

OpenAI Codex OAuth login plugin for DeepSeek Harness

AI Analysis

用于实现 OpenAI Codex 的 OAuth 授权登录。适合需要在 DSH 中接入并使用 openai-codex 模型的用户,配置时需在运行 DSH Web 的本地电脑上完成首次授权。

Package
dsh-openai-codex-auth
Version
0.2.0
License
MIT
Last updated
Aug 13, 2026

Install

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

配置

插件通常无需额外配置。默认凭据文件为:

$DSH_HOME/openai-codex-auth.json

如需改变存储位置,可在 Cordis 配置中设置 path

- insert:
    - id: openai-codex-auth
      name: dsh-openai-codex-auth
      config:
        path: /secure/path/openai-codex-auth.json

path 的优先级高于 dshHome