Skip to content
dsh.fish
Bundle

dsh-oauth-openai

Retired OpenAI Codex OAuth provider and model adapter for DeepSeek Harness

Source
hrhgit
stars
1 stars
License
MIT
Updated
Updated 3 days ago

Readme

# dsh-oauth-openai

> **Retired.** Do not add this package to a profile. Current DeepSeek Harness
> provides the `openai-codex` OAuth flow, credential persistence, refresh, and
> model route through `@deepseek-ai/dsh-llm-pi-ai`. This repository is retained
> only as migration history for the provider-specific account UI.

OpenAI Codex OAuth provider and model adapter for DeepSeek Harness. It is no longer an active implementation.

## Migration

Remove either legacy Codex package from the profile. Do not install both, and do
not replace one with this retired package:

```sh
dsh plugin --profile web remove dsh-openai-codex dsh-oauth-openai
```

Install

dsh plugin --profile web add github:hrhgit/dsh-oauth-openai

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source