DeepSeek Harness plugin

deepseek-harness-plugins

OpenAI Codex OAuth replacement adapter for DeepSeek Harness

Jump to install

Source facts

Repository
jinbaozi/deepseek-harness-plugins
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
2
Format
plugin
Package path
packages/dsh-llm-pi-ai-oauth
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
packages/dsh-llm-pi-ai-oauth/package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/jinbaozi/deepseek-harness-plugins/tree/HEAD/packages/dsh-llm-pi-ai-oauth
Plugin: deepseek-harness-plugins
Author: jinbaozi

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-llm-pi-ai-oauth

OpenAI Codex / ChatGPT OAuth support for DeepSeek Harness.

This package is a replacement-type DSH Bundle based on @deepseek-ai/dsh-llm-pi-ai@0.1.0-rc.6. It adds:

  • /login-codex browser and device-code login;
  • OAuth credential storage under OPENAI_CODEX_OAUTH;
  • request-time access-token refresh;
  • the openai-codex provider in the configurable-provider directory.

Compatibility

PackageVersion
DeepSeek Harness0.1.0-rc.6
@deepseek-ai/dsh-llm-pi-ai baseline0.1.0-rc.6
@earendil-works/pi-ai0.82.1
Node.js>=22.19.0

Install

dsh.cmd plugin --profile web add dsh-llm-pi-ai-oauth@0.1.0-rc.6.0

The package declares a dsh.bundle patch. Installation therefore disables the stock llm-pi-ai row and inserts this package. Do not keep an older profile-local patch that inserts ./plugins/dsh-llm-pi-ai-oauth/lib/index.js, or the row may be inserted twice.

Restart the DSH Web process and run:

/login-codex

The browser callback uses pi-ai's fixed port 1455. For a remote server, use device-code login or provide the required local forwarding.

Credential safety

The OAuth credential is stored by the DSH credential service, normally in $DSH_HOME/.credentials.yaml. Never commit that file, print its contents, or place an access/refresh token in a test fixture.

Architecture note

The stock rc.6 adapter has no external OAuth resolver hook and the LLM registry uses single ownership. This package must therefore replace the stock row rather than load beside it. The public package contract is the Cordis plugin root; ./oauth is an implementation/testing subpath.

Upgrade and rollback

Publish a new package version for each incompatible DSH or pi-ai baseline. Pin the package version in deployments:

dsh.cmd plugin --profile web add dsh-llm-pi-ai-oauth@0.1.0-rc.6.0

To remove it:

dsh.cmd plugin --profile web remove dsh-llm-pi-ai-oauth

After removal, switch any openai-codex default model back to a provider that the stock adapter supports.