Use your ChatGPT / Codex subscription directly in DeepSeek Harness
No OpenAI API key or Codex CLI. Models, search, quota, and image generation stay inside DSH.
Three-step start · Agent install · Update and uninstall · 简体中文
-
Install the plugin. On Windows, open PowerShell and run the line below. Existing
dshand DSH-Portable users can use the standard command that follows.irm 'https://github.com/WSL043/dsh-codex-subscription/releases/latest/download/dsh-codex-setup.ps1' | iex
-
Sign in. Restart DSH yourself, open Settings -> Codex, and choose browser sign-in. No Codex CLI and no pasted token are required.
-
Use Codex. Select a Codex model. Quota, subscription search, image generation, and Fast mode remain inside DSH.
With an existing dsh command, install with:
dsh plugin --profile web add dsh-codex-subscriptionFrom a DSH-Portable product folder, run ./dsh plugin ... (.\dsh.exe plugin ... in Windows PowerShell). See below for the complete official npm, Agent, update, and uninstall routes.
| Capability | What you get |
|---|---|
| Subscription models | Sign in to ChatGPT and use Codex without an OpenAI API key or Codex CLI |
| Recoverable and diagnosable | Sign-in state reconciles automatically; Settings can create a support report without credentials or account identifiers |
| Visible quota | Keep backend-provided standard Codex, Spark, and other limits separate |
| Composer quota | Choose a compact percentage, progress bar, or no inline quota display |
| Safe quota reset | Use a reset only for an exhausted Codex quota, with a cooldown, checkbox, and typed confirmation |
| Subscription search | Explicitly choose DSH default search or Codex subscription search |
| Codex image generation | Describe an image in a DSH conversation and view the generated result in that session |
| Fast mode (Beta) | Switch between Standard and Fast directly in the composer |
These capabilities reuse the same local ChatGPT sign-in. Subscription routing failures stay visible and never silently switch to another paid route.
This plugin is currently compatible through DeepSeek Harness 0.1.1-rc.2 and requires a ChatGPT account that currently has Codex access.
- Do not want to configure Node.js? Use DSH-Portable, a community desktop distribution with portable and installed editions for Windows plus desktop packages for macOS and Linux.
- Prefer the official route? Follow the DeepSeek Harness run guide.
Send this link directly to your Agent:
Agent install, update, and uninstall guide
https://raw.githubusercontent.com/WSL043/dsh-codex-subscription/main/AGENTS.md
The guide includes verification steps and tells the Agent to preserve the DSH profile, sign-in, and other plugins.
Open PowerShell and paste this one line:
irm 'https://github.com/WSL043/dsh-codex-subscription/releases/latest/download/dsh-codex-setup.ps1' | iexThe lightweight setup checks the current folder, the system command, common locations, and any running official DSH or
DSH-Portable, then invokes the official plugin add
operation once. It does not recursively scan disks, install pnpm, create a resident command, snapshot a
profile, or download the plugin twice. It needs no administrator access and never restarts DSH. Only
when no existing DSH is found does it use the official npm route pinned to 0.1.1-rc.2; the setup warns
that first-time dependency resolution can take a while.
Official npm route (Node.js installed)
The official npx @deepseek-ai/dsh web command does not create a global dsh command. Keep the full npx prefix when installing the plugin:
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add dsh-codex-subscription
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web list dsh-codex-subscription --depth 0
npx -y @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-configAn existing dsh command or a DSH-Portable folder
dsh plugin --profile web add dsh-codex-subscription
dsh plugin --profile web list dsh-codex-subscription --depth 0
dsh --profile web --dump-configFor DSH-Portable, replace dsh with ./dsh (.\dsh.exe in PowerShell). The plugin list should contain
one dsh-codex-subscription, and the config should contain one codex-subscription entry.
Restart DSH manually after installation, then:
- Open Settings -> Codex.
- Sign in with a ChatGPT account that has Codex access.
- Choose a search source.
- Select a Codex model.
- ChatGPT OAuth sign-in with credentials kept on the host;
- Codex models and image generation directly inside DSH conversations;
- A clear choice between DSH default search and Codex subscription search;
- Actual backend-provided quota, reset time, and freshness;
- Separate standard Codex, Codex-Spark, Credits, and other independent limits;
- Deliberate quota-reset redemption for exhausted Codex limits, with layered confirmation and no automatic retry;
- Optional percentage or progress bar for the selected Codex model (off by default);
- Standard or Fast mode for supported Codex models directly in the composer (Beta);
- A copyable support report in Settings that excludes OAuth credentials, account identifiers, and authorization timestamps;
- Visible errors when subscription routing is unavailable, with no silent paid fallback.
Choose Off, Percent, or Progress bar in Settings. The compact display appears only for a selected Codex model. Standard Codex uses the lowest remaining window returned by the service; Spark uses its independent quota. The plugin does not hard-code a “5-hour + weekly” layout or invent Credits and spending caps that the service did not return.
If ChatGPT reports an available quota reset, Settings shows it in a compact row. Redemption stays disabled until a Codex model quota is exhausted. Using one requires a five-second cooldown, an acknowledgement checkbox, and the exact confirmation phrase. Cancel never consumes a reset, rapid repeated clicks are single-flight, and an uncertain network result is never retried automatically.
With a supported Codex model selected, open the composer's model menu to choose Standard or Fast. Standard adds no icon; only Fast shows a lightning icon before the model name. Spark does not show the speed entry. Fast mode increases speed and uses more Credits; see the OpenAI Codex Speed documentation for the current rules.
On Windows, rerun the one-line setup above to update. For the official npm route, use:
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web update dsh-codex-subscription
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web list dsh-codex-subscription --depth 0
npx -y @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-config
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web remove dsh-codex-subscriptionThese operations preserve the DSH profile, other plugins, and saved sign-in.
Update or uninstall with an existing dsh command
dsh plugin --profile web update dsh-codex-subscription
dsh plugin --profile web list dsh-codex-subscription --depth 0
dsh --profile web --dump-config
dsh plugin --profile web remove dsh-codex-subscriptionFrom a DSH-Portable folder, replace dsh above with .\dsh.exe.
dshis not recognized: the official npm route does not create a globaldshcommand; use the completenpx -y @deepseek-ai/dsh@0.1.1-rc.2 ...command above;dsh.exeis not recognized: that file is not in the current folder; enter the DSH-Portable folder first or use the one-line Windows setup;- DSH-Portable is not found: enter its folder and rerun setup, or run
.\dsh.exe plugin --profile web add dsh-codex-subscriptiondirectly; - More than one DSH exists: the one-line setup combines running copies with Portable folders detected in common locations; enter its number. For an Agent, use the intended folder or pass
-DshPathexplicitly; - Setup still fails: send the Agent guide above to an Agent. Do not delete the profile or change the system PATH to force an install.
- Need to report a problem: generate a Support diagnostics report at the bottom of Settings, then open the bug report form. The form collects exact DSH/plugin versions and reproduction steps. The generated report excludes credentials and account identifiers; still do not attach sign-in URLs, authorization codes, or browser callback addresses.
The ChatGPT Codex backend and DSH can change independently. This community project is not affiliated with or endorsed by DeepSeek or OpenAI.
Use the bug report form for project feedback. For DSH plugin discussion, visit DeepSeek Harness Discussions. Read SECURITY.md before reporting sensitive issues.
If this project is useful, the Star button helps more DSH users find it.



