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`)
インストール手順
- 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
- 02
Start the web profile: `dsh web`
$ dsh web
- 03
From a DeepSeek Harness source checkout, use `pnpm dsh plugin --profile web add dsh-codex`
- 04
For local development, install a linked checkout with `link:/absolute/path/to/dsh-codex`
- 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 統合と能力の範囲
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 CLI→ChatGPT OAuth session with automatic token refresh
Codex GPT catalog
ChatGPT account→Codex GPT model catalog, including vision-capable models when the account offers them
Streaming, tool calls & dsh compaction
normal LLM service requests→streaming, tool calls, reasoning replay, prompt caching, and dsh compaction
Codex web search
dsh's existing `web_search` tool→Codex standalone web search results
imagegen tool (gpt-image-2)
text prompts, with optional workspace or conversation reference images→generated 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.
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 クレデンシャルに変換することはありません。
07関連する DSH ワークフロー
openviking
by volcengine
AI エージェント向けの自己進化型コンテキストデータベース。メモリ、知識 RAG、スキルを統合
archify
by tt-a1i
アーキテクチャ図、ワークフロー図、シーケンス図、データフロー図などを動きのある自己完結型 HTML として生成し、鮮明に書き出せるエージェントスキル
nocobase
by nocobase
ビジネスシステムを高速構築できるオープンソースのAI+ノーコードプラットフォーム。実績ある基盤の上でAIが動作するため、スピードと信頼性を両立できる。
learn-harness-engineering
by walkinglabs
Harness エンジニアリング入門チュートリアル。ゼロから一歩ずつ学べる
08データと出典
`dsh-codex` is an independent dsh bundle. It adds:
streaming, tool calls, reasoning replay, prompt caching, and dsh compaction through the normal LLM service
このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-09-01。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
