DamonBao/dsh-codex-provider-plugin
DamonBao★ 2TypeScriptLast synced: 2026-08-15
OpenAI Codex provider for DeepSeek Harness with ChatGPT OAuth, native settings, and account usage.
README excerpt
@jcy2387/dsh-codex-provider-plugin English 中文 An independently published OpenAI Codex provider for DeepSeek Harness, installable with dsh plugin add . It uses ChatGPT OAuth, registers openai-codex through the native Harness LLM service, and adds browser and device-code sign-in controls to the Web Settings UI. This package does not modify the deepseek-harness source tree and does not run Codex as a subagent. Codex models use the normal Harness agent loop, tools, permissions, sessions, streaming, and compaction pipeline. This plugin uses pi-ai's openai-codex provider to access the ChatGPT Codex backend. It is not an OpenAI Platform API-key integration. OpenAI controls endpoint behavior, model availability, and quotas, which may change. Use it only in ways permitted by your account and applicable terms. Architecture One npm package ships two runtime faces: - Host: registers the openai-codex LLM adapter, stores OAuth state through the Harness credential provider, fetches account usage, and exposes a plugin-owned, loopback-only Connection RPC. - Browser: loads through the dsh.client manifest and registers a native Settings page. It receives only validated, secret-free authentication and…
View full README on GitHub →