birat-chapagain/dsh-codex-oauth ↗★ 0
dsh-codex-oauth
DeepSeek Harness plugin: use your OpenAI Codex (ChatGPT Plus/Pro) subscription through OAuth.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:birat-chapagain/dsh-codex-oauth说明文档
阅读完整 README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
provider | codex | Provider route id the adapter registers. |
storePath | $DSH_HOME/codex-oauth.json | OAuth credential store location. |
transport | auto | Codex Responses transport: sse, websocket, websocket-cached, or auto. |
cacheRetention | long | pi-ai prompt-cache retention: none, short, long. |
Override in a later patch layer (profile cordis.patch.yml replaces this row's whole config):
- id: codex-oauth
config:
provider: codex
transport: sse