taot/dsh-openai-codex-auth

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

在 GitHub 打开

README 摘要

dsh-openai-codex OpenAI Codex (ChatGPT subscription) authentication and LLM provider for deepseek-harness. This plugin adds: 1. A Settings card (web) with a “Sign in with OpenAI Codex” button — OAuth against auth.openai.com , backed by your ChatGPT/Codex subscription. 2. The codex LLM provider , exposing subscription models (e.g. gpt-5.5 ) to any model-routing configuration in DSH. There is no API key to paste: the plugin performs the same OAuth sign-in flow as the Codex CLI (browser or device code), then keeps the credential refreshed in DSH's own credential store. Install From inside a DSH profile directory (or with --profile ), add the plugin bundle: This consumes the bundle's patch ( cordis.patch.yml ), installing the openai-codex plugin and wiring its client (Settings card). After install, refresh the web GUI. Authenticate 1. Open Settings → Plugins (or the provider settings card). 2. In the OpenAI Codex card, click Sign in with OpenAI Codex . - A browser tab opens to auth.openai.com (interactive login). Or use Device code to get a one-time code to enter at https://auth.openai.com/codex/device . 3. Grant access; the plugin stores the OAuth credential envelope in DSH's credenti…

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类