dsh-codex-oauthDeepSeek Harness plugin

Use your OpenAI subscription with DeepSeek Harness to access GPT models, image generation, and web search.

Stars
15
Forks
3
License
MIT
Last commit
Aug 15, 2026

Overview

Use your OpenAI subscription with DeepSeek Harness to access GPT models, image generation, and web search.

Original README

Cached from the project repository on Sep 3, 2026. This is source content, separate from the Agents.md review above.

View source

🔐 DSH-Codex-OAuth

English | įŽ€äŊ“中文

đŸŽ¯ What it does: Sign in with a ChatGPT / Codex subscription to enjoy powerful GPT models, image generation, and web search in DeepSeek Harness, with subscription quota reporting included.
🧩 Compatibility: Verified on DSH 0.1.0-rc.6; future releases will continue to be tested against the latest DSH version.
âš ī¸ Risk: This project is built on open-source software and relies on non-public ChatGPT Codex backend endpoints. OpenAI protocol changes may temporarily break features until the plugin is updated, and there may also be a low risk of account suspension.

✨ Plugin highlights

  • 🚀 Direct subscription access — GPT models, image generation, and web search share your OpenAI subscription quota.
  • 🧩 Controlled integration — the model picker, generated images, and web search integrate into DeepSeek Harness with dedicated controls.
  • 🔐 Multiple sign-in methods — supports browser sign-in and headless device-code authorization.
  • 🌗 UI adaptation — follows DSH's English/Chinese language and Light, Dark, or System theme.

đŸ“Ļ Install / Upgrade

đŸŸĸ npm

sh
dsh plugin --profile web add -w @wnjxyk/dsh-codex-oauth@latest

🐙 GitHub

sh
dsh plugin --profile web add -w github:WNJXYK/dsh-codex-oauth

đŸ—‘ī¸ Uninstall

npm and GitHub installations use the same removal command:

sh
dsh plugin --profile web remove -w @wnjxyk/dsh-codex-oauth

🧰 Plugin capabilities

CapabilityDescription
🤖 GPT modelsActivates DSH's built-in openai-codex provider and dynamically loads models available to the account.
🎨 Image generationRegisters the generate_image tool, supports multiple image sizes and quality levels, and displays the generated result.
🌐 Web searchRoutes native web_search through hosted GPT search and returns answer text with structured source URLs.
📊 Subscription usageShows plan, remaining quota, reset times, and windows such as 5-hour and weekly limits.
🔑 OAuthSupports browser sign-in, device codes, automatic token renewal, status refresh, and sign-out.
đŸ–Ĩī¸ Native integrationProvides model and feature controls, image previews, bilingual copy, and theme adaptation while following DSH's hot-plug design.

đŸ–ŧī¸ Feature preview

Account status and model settingsHeadless sign-inImage generationWeb search (X/Twitter)
Account status and model settingsHeadless sign-inImage generationWeb search

âš™ī¸ Detailed configuration

No configuration is normally required. Available options are:

OptionDefaultDescription
dshHomeDSH HomeCustom DSH home directory used to resolve default file paths.
path$DSH_HOME/codex-oauth.jsonHost-side OAuth credential file.
preferencesPath$DSH_HOME/codex-oauth-preferences.jsonModel visibility and feature switches; defaults beside path when it is overridden.
issuerhttps://auth.openai.comOAuth issuer; override only for gateways or tests.
usageUrlhttps://chatgpt.com/backend-api/wham/usageSubscription usage endpoint.
controlPort1456Loopback login, status, and preference service.
redirectPort1455Loopback browser OAuth callback.
Search modelgpt-5.6-solModel used by hosted web search, aligned with the default Codex Power configuration.

Example Cordis configuration:

yaml
1- insert:
2    - id: dsh-codex-oauth
3      name: "@wnjxyk/dsh-codex-oauth"
4      config:
5        dshHome: /data/dsh
6        path: /secure/codex-oauth.json
7        preferencesPath: /secure/codex-oauth-preferences.json
8        issuer: https://auth.openai.com
9        usageUrl: https://chatgpt.com/backend-api/wham/usage
10        controlPort: 1456
11        redirectPort: 1455
12
13    - id: codex-web-search
14      name: "@wnjxyk/dsh-codex-oauth/web-search"
15      config:
16        model: gpt-5.6-sol

Web search and image-generation orchestration both default to the Codex Power model gpt-5.6-sol; images are rendered by the hosted GPT Image (image_generation) tool; chat models are discovered dynamically from the openai-codex model provider supplied by DSH's built-in llm-pi-ai plugin.

📄 License

This project is available under the MIT License, authored by WNJXYK.