birat-chapagain/dsh-codex-oauth

birat-chapagain★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

DeepSeek Harness plugin: use your OpenAI Codex (ChatGPT Plus/Pro) subscription through OAuth

README 摘要

dsh-codex-oauth Use your OpenAI Codex subscription (ChatGPT Plus/Pro) inside DeepSeek Harness — via OAuth, the same way the official Codex CLI and other harnesses do. The upstream harness's multi-provider adapter deliberately withholds openai-codex because Codex authenticates through ChatGPT OAuth, and that adapter holds no credential store and runs no login flow. This community plugin supplies both pieces as an installable bundle: a file-backed OAuth credential store, a /codex login human command, and a codex provider route registered on the public LLM seam. - Built on the published seam packages ( @deepseek-ai/dsh-llm , @deepseek-ai/cordis ) — no fork, no core change. - pi-ai's provider-owned Codex OAuth flows handle the wire protocol: browser login with a local callback server, headless device-code login, and automatic refresh under a cross-process credential-store lock. - Tokens live in $DSH HOME/codex-oauth.json ( 0600 , owner-only directory), the same place the CLI bin and the harness plugin both read. Requirements - A ChatGPT Plus or Pro subscription. (A plain OpenAI platform API key does not work — subscription access is bound to your ChatGPT account, not an API key.) - Dee…

在 GitHub 查看完整 README →
工具/开发codexdeepseek-harnessdsh-pluginoauth

分类