birat-chapagain/dsh-codex-oauth0

dsh-codex-oauth

DeepSeek Harness plugin: use your OpenAI Codex (ChatGPT Plus/Pro) subscription through OAuth.

AI 分析

核心用途是让用户通过 OAuth 协议在 DSH 中接入并使用其已有的 OpenAI Codex 订阅。适合拥有 ChatGPT Plus/Pro 订阅并希望在 DSH 中复用该算力的用户。

パッケージ
dsh-codex-oauth
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/19

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:birat-chapagain/dsh-codex-oauth

ドキュメント

README 全文を読む ↗

Configuration

FieldDefaultMeaning
providercodexProvider route id the adapter registers.
storePath$DSH_HOME/codex-oauth.jsonOAuth credential store location.
transportautoCodex Responses transport: sse, websocket, websocket-cached, or auto.
cacheRetentionlongpi-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