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.

Deepseek Openai Codex — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
D

deepseek-openai-codex

Deepseek Openai Codex

Configuration-only DeepSeek Harness bundle that enables the built-in Pi-backed OpenAI Codex route

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

npx -y @deepseek-ai/dsh plugin --profile web add github:OpenCnid/deepseek-openai-codex#2c975e1f221c4d37ffe6ccf15504f0e06ae4d531
READMECompatibilityVersions

Compatibility and provenance

Deepseek Openai Codex is published as deepseek-openai-codex and currently resolves to version 0.2.0-alpha.1. 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/2/2026

Versions

0.2.0-alpha.1prerelease
9/2/2026
0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.2.0-alpha.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
Not declared
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/2/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 models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.

README

deepseek-openai-codex

A configuration-only DeepSeek Harness profile bundle that activates the openai-codex route already supplied by DSH's built-in @deepseek-ai/dsh-llm-pi-ai adapter.

This package contains no model adapter, OAuth implementation, credential bridge, browser code, or OpenAI transport. DSH and its pinned Pi dependency own all of those behaviors. The package contributes one cordis.patch.yml layer:

- id: llm-pi-ai
  config:
    providers:
      openai-codex: {}

Compatibility

The configuration is verified against DSH 0.1.2-alpha.5 (dsh-v0.1.2-alpha.5, commit db6bdc3576c2d4e7c965e8e3ed0c2a731eed87f5). It is intended for later DSH versions that preserve all of these interfaces:

  • the base profile contains the llm-pi-ai row;
  • that row accepts config.providers keyed by provider id;
  • the installed Pi catalog contains openai-codex;
  • DSH's Pi adapter owns the llm-pi-ai/openai-codex authorization record and OAuth flow.

Run the compatibility check against each new DSH source checkout before claiming support:

pnpm check:dsh -- C:\path\to\deepseek-harness

Older DSH releases, including 0.1.0-rc.7, are not supported by this branch. See COMPATIBILITY.md for the exact policy and limitations.

Install

From GitHub:

dsh plugin --profile web add github:OpenCnid/deepseek-openai-codex

From a local checkout:

dsh plugin --profile web add .

Confirm that the bundle patched the existing provider row:

dsh --profile web --dump-config

The composed llm-pi-ai row should contain providers.openai-codex exactly once. Start DSH and select any model advertised for that route; model names and reasoning levels come from DSH's installed Pi catalog rather than this repository.

Sign in

Provider activation and authorization are separate. This bundle never reads, writes, copies, or prints an OAuth credential.

Use an authorization surface supplied by your DSH installation to authorize the native record llm-pi-ai/openai-codex. If that DSH build exposes no authorization UI or command, this package alone cannot perform a fresh login; use a trusted DSH embedding surface that calls the registered authorization flow or upgrade to a build that supplies one. Do not place access or refresh tokens in settings.yaml or this repository.

An existing native DSH credential remains usable after installing or removing this bundle. Credentials created by the retired 0.1.0-rc.7 adapter under OPENAI_CODEX_OAUTH are a different format and location; authorize again through DSH instead of copying them.

Add other Pi providers

This patch replaces the composition-level llm-pi-ai config rather than deep-merging it. Put additional routes in the higher-priority DSH user settings document:

llm-pi-ai:
  providers:
    openai-codex: {}
    another-provider: {}

DSH validates each provider against the adapter and catalog installed in that DSH version.

Remove

dsh plugin --profile web remove deepseek-openai-codex

Removal drops only this configuration layer. It does not delete llm-pi-ai/openai-codex credentials or alter user settings. Sign out through DSH when you also want the stored grant removed.

Development

pnpm install --frozen-lockfile
pnpm test
pnpm check:dsh -- C:\path\to\deepseek-harness
pnpm pack:inspect

The packed artifact contains only the manifest, profile patch, and user documentation.