DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Openai Codex Oauth — DSH Plugin for DeepSeek Harness
← Plugins

@suqingsq/dsh-openai-codex-oauth

Openai Codex Oauth

ChatGPT subscription OAuth for DeepSeek Harness openai-codex, including silent browser login for dock and Settings.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @suqingsq/dsh-openai-codex-oauth@0.2.0
READMECompatibilityVersions

Compatibility and provenance

Openai Codex Oauth is published as @suqingsq/dsh-openai-codex-oauth and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.2.0stable
8/18/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
86.7 kB
Files
26
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
33
Last push
8/18/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consolePocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.

README

dsh-openai-codex-oauth

English | 中文

ChatGPT subscription OAuth for the openai-codex provider in DeepSeek Harness. Forked from dyuan311/dsh-openai-codex-oauth@0.1.1 and maintained in this repository.

This package stores OAuth credentials, refreshes access tokens before Codex requests, and exposes /codex-login, /codex-status, and /codex-logout. It also provides a Host silent browser login face used by dsh-codex-login-dock so Settings and the session dock can finish PKCE without a composer question card and without writing /codex-login into the session log.

It does not register an LLM adapter. @deepseek-ai/dsh-llm-pi-ai stays the openai-codex route. PKCE, the callback server, and refresh stay in @earendil-works/pi-ai.

Host APIs target @deepseek-ai/dsh@0.1.0-rc.6. Fixture tests cover silent login, cancel, in-flight exclusion, port-busy mapping, and command registration. That is not a live DSH Web or Headless E2E.

Behavior

  • Full OAuth JSON: OPENAI_CODEX_OAUTH_CREDENTIAL
  • Current access token: OPENAI_CODEX_ACCESS_TOKEN
  • Default file: $DSH_HOME/.credentials.yaml
  • Browser PKCE callback: http://localhost:1455/auth/callback
  • Does not read or write ~/.codex

The bundle patch sets openai-codex apiKeyEnv to OPENAI_CODEX_ACCESS_TOKEN and displayName to Codex 订阅.

Silent loginBrowser opens the system browser on auth_url, waits for the local callback, and does not call userQuestions. /codex-login and /codex-login device still use the question composer.

Commands

CommandWhat it does
/codex-login [browser|device]Interactive OAuth. Browser waits in the composer question card. Device code stays on this command.
/codex-statusShows credential state, source, and access-token expiry without secrets
/codex-logoutClears the stored OAuth credential and access token

Host service

ctx.openaiCodexOAuth:

MethodWhat it does
loginBrowser(signal?)Silent browser PKCE. Opens the system browser. No session command log.
logout()Clears both credential refs

Web dock and Settings must call this face, not /codex-login.

Configuration

FieldDefaultMeaning
oauthCredentialRefOPENAI_CODEX_OAUTH_CREDENTIALFull OAuth JSON credential
refreshBeforeMs300000Refresh this many milliseconds before access expiry

Acknowledgements

Fork baseline: dyuan311/dsh-openai-codex-oauth@0.1.1 (MIT).

This package uses DeepSeek Harness @deepseek-ai/dsh-llm-pi-ai and @earendil-works/pi-ai. Notices are in THIRD_PARTY_NOTICES.md.

License

MIT