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 Harness Openai Oauth — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

deepseek-harness-openai-oauth

Deepseek Harness Openai Oauth

DeepSeek Harness LLM provider for Codex models using managed ChatGPT OAuth

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

npx -y @deepseek-ai/dsh plugin --profile web add deepseek-harness-openai-oauth@0.3.1
READMECompatibilityVersions

Compatibility and provenance

Deepseek Harness Openai Oauth is published as deepseek-harness-openai-oauth and currently resolves to version 0.3.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.3.1stable
8/14/2026
0.3.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.3.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
49.7 kB
Files
19
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
50
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

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-harness-openai-oauth

English | 简体中文

Use GPT models from your ChatGPT account as the main model in DeepSeek Harness. Harness keeps its own agent loop and runs its own tools. This package connects its LLM interface to the official local Codex app-server, which handles ChatGPT login, credential storage, token refresh, and model access.

You do not need an OpenAI API key. The package does not copy another Codex installation's auth.json, implement its own OAuth client, or call an unpublished ChatGPT endpoint.

Requirements

  • Node.js 22.19 or newer
  • DeepSeek Harness developer preview 0.1.0-rc.6
  • A ChatGPT account with Codex access

Install

Run one command:

npx -y deepseek-harness-openai-oauth install

The installer registers the package with the web and headless profiles, plus any custom profiles that already exist. It also replaces the old dsh-llm-codex-app-server package if found.

Run the same command to update the package later. If you create a custom profile after installation, run it once more to register that profile.

Sign in with ChatGPT

Start the Harness web interface:

npx @deepseek-ai/dsh web

Open Settings > OpenAI OAuth, select Sign in with ChatGPT, and finish authorization in the OpenAI page. The GPT models available to your account will then appear in the normal Harness model picker.

For a headless profile, sign in from the terminal:

npx @deepseek-ai/dsh plugin --profile headless exec dsh-codex-login

The login is stored separately under ~/.deepseek-harness/codex. Codex owns the credentials and refreshes them when needed.

Select a model

Choose the provider and model in the Harness interface, or set them in ~/.dsh/settings.yaml:

agent-default-model:
  provider: openai-codex
  model: gpt-5.6-sol
  reasoningEffort: high

Run Harness as usual:

npx @deepseek-ai/dsh --profile headless "inspect this repository"

The plugin reads the model list from the signed-in Codex account. It does not keep a hardcoded list of GPT versions.

Uninstall

Remove the package from every current Harness profile while keeping the ChatGPT login for a future reinstall:

npx -y deepseek-harness-openai-oauth uninstall

For a clean uninstall that also signs out and deletes ~/.deepseek-harness/codex:

npx -y deepseek-harness-openai-oauth uninstall --purge-auth

These commands also remove registrations left by the old package name. They do not install a permanent global npm package. npm may retain its normal download cache.

Local development

npm install
npm test
npm pack --dry-run

This is an independent community plugin. It is not endorsed by DeepSeek or OpenAI.

License

MIT