dsh-openai-oauth: Integrating Codex Model into DeepSeek Harness via ChatGPT Login
`dsh-openai-oauth` is a standalone community plugin for DeepSeek Harness (DSH) designed to address external model login status, credential storage, and model list management. This plugin works by connecting to the official local Codex app-server, leveraging the OAuth mechanism of ChatGPT accounts to handle login, credential saving, token refreshing, and model access, eliminating the need for users to separately prepare an OpenAI API key or maintain a hardcoded model version list. Key features include automatic registration to DSH's web, headless, and custom profiles, with support for configuring providers and models via the interface or the `~/.dsh/settings.yaml` file. The model list is updated in real-time from the current
Read Moredsh-openai-oauth: Logging into ChatGPT and Utilizing Codex Models within DeepSeek Harness
dsh-openai-oauth is a community plugin maintained by AdonisSheldon (version 0.1.0, MIT license) that enables users to interact with available Codex models through DeepSeek Harness without using an OpenAI API key or the Codex CLI. The plugin connects to ChatGPT accounts via browser-based login (PKCE/Device Code) or a headless login command, provides automatic token refresh, and integrates Codex models into the DSH standard model selector. Credentials are stored locally in the Harness home directory. The plugin requires DeepSeek Harness 0.1.0-rc.8, Node.js ^22.19.0 or >=24 to run.
Read More