ディレクトリに戻る

dsh-codex

キュレーション掲載メンテナンス: 活発

yan-zero/dsh-codex

OpenAI Codex サインインフロー経由で ChatGPT サブスクリプションを DeepSeek Harness で使用

GitHub で見る
$ dsh plugin --profile web add dsh-codex

51

スター

14

フォーク

TypeScript

言語

Apache-2.0

ライセンス

2026-08-13

作成日

2026-08-20

最終プッシュ

Apache-2.0 の dsh プラグイン。OAuth サインインで ChatGPT Codex モデルを DeepSeek Harness に取り込みます。OpenAI API キーは不要です。

DSH 統合

ネイティブ実行

作者による申告

安全性監査

未監査

最終検証日

2026-09-01

ライセンス

Apache-2.0

01どんなタスクに使えるのか?

  • Run ChatGPT / Codex models inside DeepSeek Harness without an OpenAI Platform API key

    A connected ChatGPT OAuth session plus the Codex GPT catalog (streaming, tool calls, reasoning replay, prompt caching, dsh compaction) through the normal LLM service

    DeepSeek Harness (dsh) users with a ChatGPT subscription who want Codex models without buying OpenAI API access

  • Generate images from prompts inside DeepSeek Harness

    An `imagegen` tool backed by `gpt-image-2`, with workspace or conversation reference images and automatic workspace output

    dsh users who need image generation alongside code and chat

02DeepSeek Harness への導入方法

前提条件

  • DeepSeek Harness (dsh) installed with a profile — the install commands invoke the `dsh` CLI (`dsh plugin --profile web add dsh-codex`, then `dsh web`)

インストール手順

  1. 01

    Install the prebuilt bundle from npm into the selected dsh profile: `dsh plugin --profile web add dsh-codex`

    $ dsh plugin --profile web add dsh-codex

  2. 02

    Start the web profile: `dsh web`

    $ dsh web

  3. 03

    From a DeepSeek Harness source checkout, use `pnpm dsh plugin --profile web add dsh-codex`

  4. 04

    For local development, install a linked checkout with `link:/absolute/path/to/dsh-codex`

  5. 05

    Sign in: open **Settings → OpenAI Codex → Sign in with ChatGPT**; the plugin completes OpenAI's localhost callback

導入成功の確認

  • The account page shows live Codex quota bars and exact remaining percentages

03DSH 統合と能力の範囲

DSH 統合ネイティブ実行

Native dsh plugin bundle installed via `dsh plugin add`, extending the LLM service and dsh's web_search / read_image / paste-drop tools

  • ChatGPT OAuth sign-in

    DeepSeek Harness Settings panel or a standalone CLIChatGPT OAuth session with automatic token refresh

  • Codex GPT catalog

    ChatGPT accountCodex GPT model catalog, including vision-capable models when the account offers them

  • Streaming, tool calls & dsh compaction

    normal LLM service requestsstreaming, tool calls, reasoning replay, prompt caching, and dsh compaction

  • Codex web search

    dsh's existing `web_search` toolCodex standalone web search results

  • imagegen tool (gpt-image-2)

    text prompts, with optional workspace or conversation reference imagesgenerated images with automatic workspace output

04誰に向いているのか?使うべきでない場面は?

向いている用途

  • DeepSeek Harness (dsh) users with a ChatGPT subscription who want Codex models without buying OpenAI API access
  • dsh users who need image generation alongside code and chat

不向きな用途

  • Uses only the ChatGPT Codex backend; it does not turn a ChatGPT subscription into a general-purpose OpenAI API credential (different from usage-based OpenAI API access).

05互換性・メンテナンス・セキュリティ上の注意

  • Uses only the ChatGPT Codex backend; it does not turn a ChatGPT subscription into a general-purpose OpenAI API credential (different from usage-based OpenAI API access).
  • Exact credit balances or workspace limits appear only when the account API supplies them.
2026-08-132026-08-20作者は未記載

Apache-2.0 independent dsh bundle; no tagged GitHub release; last push 2026-08-20

06よくある質問

dsh-codex を使うのに OpenAI Platform API キーは必要ですか?

いいえ。dsh-codex は OpenAI の Codex サインインフローを通じて ChatGPT サブスクリプションを利用するため、OpenAI Platform API キーも dsh のソース修正も不要です。サブスクリプションを汎用 OpenAI API クレデンシャルに変えることもありません。

DeepSeek Harness に dsh-codex をインストールするには?

プリビルドのバンドルを npm から dsh プロファイルにインストールします。`dsh plugin --profile web add dsh-codex` の後、`dsh web` を実行してください。ソースチェックアウトからは `pnpm dsh plugin --profile web add dsh-codex`、ローカル開発では `link:/absolute/path/to/dsh-codex` でチェックアウトをリンクできます。

ChatGPT でのサインイン方法は?

設定 → OpenAI Codex → Sign in with ChatGPT を開きます。プラグインが OpenAI の認可ページを開き、localhost コールバックを完了します。ループバック Web ページは自動的に信頼され、アカウントページに Codex のクォータバーがリアルタイムで表示されます。

dsh-codex はどのようなモデルや機能を追加しますか?

Codex GPT カタログ(アカウントが対応する場合は視覚モデル)、ストリーミング・ツール呼び出し・推論リプレイ・プロンプトキャッシュ・dsh コンパクション、dsh の web_search を通じた Codex Web 検索、read_image への HTTP(S) 画像入力、gpt-image-2 ベースの imagegen ツール、dsh の貼り付け/ドロップからのブラウザ画像入力を追加します。

ChatGPT サブスクリプションと OpenAI API アクセスは同じですか?

違います。ChatGPT サブスクリプション認証と従量課金の OpenAI API アクセスは別の製品です。本プラグインは ChatGPT Codex バックエンドのみを使用し、サブスクリプションを汎用 OpenAI API クレデンシャルに変換することはありません。

08データと出典

  • 作者による申告github.come3e54e206f7c…

    `dsh-codex` is an independent dsh bundle. It adds:

  • 作者による申告github.come3e54e206f7c…

    streaming, tool calls, reasoning replay, prompt caching, and dsh compaction through the normal LLM service

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-09-01。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。