Bundle
dsh-oai-oauth
DSH LLM adapter plugin: use OpenAI ChatGPT subscription (GPT-5.6-Sol, GPT-5.5, ...) via OAuth — no API key. Reuses your local Codex CLI login.
- Source
- werifu
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 14 days ago
Readme
# dsh-oai-oauth [English](README.md) | [中文](README-zh.md) A [DeepSeek Harness](https://github.com/deepseek-ai) (DSH) LLM adapter that uses your **OpenAI ChatGPT subscription (OAuth)** without API KEY. It reuses your local Codex CLI login (`~/.codex/auth.json`).  ## Install ```sh dsh plugin --profile web add dsh-oai-oauth ``` ## Usage ```sh dsh web ``` Then open **Settings → Models**, pick **OpenAI ChatGPT (OAuth)**, and log in with your ChatGPT account. ## Uninstall ```sh dsh plugin --profile web remove dsh-oai-oauth ``` ## License MIT
Install
dsh plugin --profile web add github:werifu/dsh-oai-oauth
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-oai-oauth from the hub
- 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.