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.

Codex Subscription Oauth Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

codex-subscription-oauth-plugin

Codex Subscription Oauth Plugin

Out-of-tree DSH bundle for ChatGPT Codex subscription OAuth

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

npx -y @deepseek-ai/dsh plugin --profile web add github:askdkc/dsh-codex#7037ff4542c4702f5e22117709cf4d25360dd0e3
READMECompatibilityVersions

Compatibility and provenance

Codex Subscription Oauth Plugin is published as codex-subscription-oauth-plugin and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/1/2026

Versions

0.1.0stable
9/1/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/17/2026
View source ↗
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

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 consoleMobiledsh-mobileDeepSeek Harness mobile adaptation and secure access plugin, supporting LAN, remote connections, Android App, and mobile browsers.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: codex subscription oauth plugin

A small out-of-tree DSH command adapter for ChatGPT Codex subscription OAuth. It adds /codex-auth; the OAuth implementation remains in the existing DSH services.

Compatibility

  • Target DSH commit: dd6322d604e00eec1ba5e0c8541159906a21094a
  • DSH release: 0.1.2-alpha.3
  • Cordis: 4.0.2

Installation

From a DeepSeek Harness source checkout, install the bundle directly from GitHub into the target profile:

pnpm dsh plugin --profile web add github:askdkc/dsh-codex

Replace web with another profile name when needed. Restart a running profile after installation so the new Bundle membership takes effect.

This repository commits the built lib/ artifacts and cordis.patch.yml, so installation from the GitHub spec does not require an npm publication or GitHub Release tarball.

To inspect the composed profile without booting it:

pnpm dsh --profile web --dump-config

The dump should contain the codex-subscription-oauth row and providers.openai-codex under llm-pi-ai.

To remove the bundle:

pnpm dsh plugin --profile web remove codex-subscription-oauth-plugin

Usage

Run the command in DSH:

/codex-auth

The command selects the browser login path automatically and presents the OAuth authorization URL for you to open. It then waits for the localhost callback at http://localhost:1455/callback. If the callback cannot reach the running DSH process, the command asks for the manual redirect URL or authorization code instead. The callback and manual prompt are part of one bounded authorization attempt.

Credentials are owned by the existing credentials-local provider. This package does not implement OAuth, PKCE, callback exchange, refresh, revocation, or credential persistence. It also does not log or persist credentials and does not place authentication values in model context or command/session output.

Model Experience

Authentication is a host command, not a model tool. /codex-auth uses the DSH command and user-question surfaces, reports only fixed success, cancellation, or failure text, and keeps OAuth notices local to the current attempt. No model context, transcript, or long-lived application log is used for the authorization exchange.

Known Limitations

  • Browser login only; there is no non-browser provider selection in this adapter.
  • The callback is fixed to localhost:1455.
  • There is no credential revocation command.
  • The package requires the exact DSH 0.1.2-alpha.3 pre-release pin and compatible Cordis version.
  • The bundle patch replaces the llm-pi-ai base configuration; the package includes a guard test for that replacement.

License

MIT

See LICENSE.