pengzhou267-ai/dsh-coding-plans ↗★ 0
dsh-coding-plans
Use multiple coding-plan subscriptions (ChatGPT/Codex, Claude, Gemini, …) inside DeepSeek Harness via native OAuth LLM adapters.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:pengzhou267-ai/dsh-coding-plans说明文档
阅读完整 README ↗dsh-coding-plans
English | 中文
在 DeepSeek Harness 里用 多种 coding plan 订阅,通过 原生 OAuth LLM adapter 接入——不用填 API Key,也不依赖 CLIProxyAPI 子进程。
社区插件,与 OpenAI / Anthropic / Google / DeepSeek 均无隶属关系。订阅后端非官方公开 API,可能随时失效,也可能违反厂商 ToS,风险自担。
状态
| Provider | 状态 | 认证方式 |
|---|---|---|
| ChatGPT / Codex | 可用(MVP) | Settings → 使用 ChatGPT 登录(浏览器 OAuth / device code) |
| Claude Max / Pro | 占位 | 欢迎 PR — docs/provider-porting.md |
| Gemini / Antigravity | 占位 | 欢迎 PR |
| Copilot / Kimi / Cursor | 规划中 | — |
安装
dsh plugin --profile web add dsh-coding-plans
dsh web
或:
dsh plugin --profile web add github:pengzhou267-ai/dsh-coding-plans
完整步骤见 INSTALL.md。
认证怎么填?
不用填 Key。
- 打开 Settings → Coding Plans
- 点 使用 ChatGPT 登录
- 浏览器完成授权(或
dsh-coding-plans login codex --device-code) - 在模型选择器里选 provider
coding-plans-codex
凭据路径:$DSH_HOME/coding-plans/codex-auth.json(不会读写 ~/.codex/auth.json)。
架构
对照成熟开源(pi-ai openai-codex、CLIProxyAPI / dsh-codex 等)移植协议,用 ctx.llm.registerAdapter 挂到 dsh。详见 docs/design.md。
License
Apache-2.0