NOirBRight/dsh-llm-codex

NOirBRight★ 2TypeScript最后同步: 2026-08-21

在 GitHub 打开

ChatGPT Codex login, sortable catalog, and Fast models for DeepSeek Harness

README 摘要

dsh-llm-codex English 中文 ChatGPT Codex integration for DeepSeek Harness. This plugin is a separate provider route ( codex ) and settings namespace ( llm-codex ). It does not declare apiKeyEnv , does not read or write /.codex/auth.json , and does not share a credential file with dsh-codex-connect . The package root exposes the Cordis plugin contract. The same artifact exports ./client , which contributes the Codex card under Settings → LLM Providers. Installation DeepSeek Harness 0.1.0-rc.6 or later is required. Install directly from GitHub: sh dsh plugin --profile web add github:NOirBRight/dsh-llm-codex v0.2.6 dsh web The repository tracks release-ready lib artifacts, so GitHub installation needs no build-script allowlist. A source checkout can use a link installation after running pnpm run build . Web configuration Open Settings → LLM Providers → Codex. Sign in with ChatGPT starts the official ChatGPT OAuth flow, opens the system browser, and stores the session only on the Host at $DSH HOME/codex-oauth.json (mode 0600 ). The card then shows usage limits. Sign out deletes that file. The browser never receives tokens. Model catalog The conversation picker uses the displayed catalog …

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

分类