dsh-chatgpt-bridge: Create and Supervise DSH Sessions with ChatGPT Web

dsh-chatgpt-bridge is an independent DSH plugin (v0.4.1, MIT) maintained by jiezeng2004-design. It enables ChatGPT Web to connect to the local bridge via MCP through a secure tunnel (default 127.0.0.1:3456/mcp), allowing the creation, viewing, continuation, and supervision of DSH agent sessions. It exposes 15 tools, including Goal supervision and approval. The installation command is `dsh plugin --profile web add dsh-chatgpt-bridge`, requiring Node.js >= 22 and sharing the web profile with `dsh web`. The control flow is from ChatGPT to DSH, without altering the DSH core security model.

Read More
Integrate ChatGPT Subscription into DeepSeek Harness via dsh-llm-codex-oauth

# 翻译结果: dsh-llm-codex-oauth is maintained by Player-MINEPIG under the MIT license. It uses the Codex OAuth device code to log into ChatGPT, exposing subscriptions such as Plus/Pro as a dsh codex-oauth provider. Credentials are only written to the local credential store; it can view images but does not generate them. The author states that calling the undisclosed backend violates the terms and carries the risk of account ban. Installation: dsh plugin add github:Player-MINEPIG/dsh-llm-codex-oauth.

Read More
Connect Codex CLI Subscription to DeepSeek Harness with dsh-codex-subscription

The community plugin dsh-codex-subscription (npm package name: dsh-llm-codex) is maintained by yequ172672. It reuses the ~/.codex/auth.json file from the local Codex CLI, and enables the use of ChatGPT subscription models in DeepSeek Harness without requiring a Platform API Key. This article covers the directory page, verification of installation commands via GitHub and npm, token refresh, proxy configuration, and the text-only limitation.

Read More
Connect ChatGPT Subscription to DeepSeek Harness with dsh-codex-connect

DSH-Codex-Connect is a community-maintained plugin for DeepSeek Harness models and their providers. It uses ChatGPT OAuth to access the OpenAI Codex model catalog without turning subscriptions into OpenAI Platform API credentials. This article checks the installation commands against the catalog page and GitHub README, covers login on the settings page, optional search/image viewing features, diagnostic commands, conflict resolution with the legacy dsh-codex, as well as Alpha compatibility boundaries.

Read More
Using ChatGPT Subscription with dsh-codex in DeepSeek Harness

Maintained by Yan-Zero, dsh-codex connects ChatGPT subscriptions to DeepSeek Harness via OpenAI Codex login: no Platform API Key required, and no modification to Harness source code. This article cross-checks installation commands, OAuth credential isolation, model directories, search/image reading/image generation and usage boundaries against the community directory page, GitHub README and official repository.

Read More