dsh plugins中文
← Back to popular plugin directory

codex · Codex OAuth model connector

ddll8023/dsh-codex · skills

OpenAI Codex (ChatGPT Plus/Pro OAuth) provider plugin for DeepSeek Harness (DSH). dsh-plugin.

★ 0GitHub stars
0Forks
2026-08-17Last updated
JavaScriptLanguage
MITLicense

Project overview

1. 将插件包放入 $DSHHOME/profiles/web/nodemodules/dsh-codex(或执行 npm install )。 2. 在 $DSHHOME/profiles/web/package.json 的 dsh.profile.bundles 追加 "dsh-codex"。 3. 重启 dsh web。 验证是否启用

登录后在模型选择器中选择 openai-codex 下的任意 Codex 模型即可对话;支持文本流、工具调用和图片输入,事件格式与现有 Provider 一致。 用量显示

/codex status 与 /codex usage 调用 ChatGPT 的只读配额端点(GET {baseURL}/wham/usage,请求头 referer: https://chatgpt.com/codex/settings/usage 与 x-openai-target-path),使用插件已存储的 OAuth token 认证,不引入新凭证。输出形如:

Install command

dsh plugin --profile web add github:ddll8023/dsh-codex
View GitHub repository ↗Back to popular plugin directory