精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
Use your OpenAI subscription with DeepSeek Harness to access GPT models, image generation, and web search.
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
Use your OpenAI subscription with DeepSeek Harness to access GPT models, image generation, and web search.
待人工精选——以下事实来自源码仓库。
Use your OpenAI subscription with DeepSeek Harness to access GPT models, image generation, and web search.
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:WNJXYK/dsh-codex-oauth 类型判定: plugin signals in name, description or topics · 规则判定 · 2026年8月19日
作者没有声明支持的平台。
0.1.0-rc.6; future releases will continue to be tested against the latest DSH version.sh dsh plugin --profile web add -w @wnjxyk/dsh-codex-oauth@latest ### 🐙 GitHub sh dsh plugin --profile web add -w github:WNJXYK/dsh-codex-oauth ## 🗑️ Uninstall npm and GitHub installations use the same removal command: sh dsh plugin --profile web remove -w @wnjxyk/dsh-codex-oauth ## 🧰 Plugin capabilities | Capability | Description | | --- | --- | | 🤖 GPT models | Activates DSH's built-in openai-codex provider and dynamically loads models available to the account. | | 🎨 Image generation | Registers the generate_image tool, supports multiple image sizes and quality levels, and displays the generated result. | | 🌐 Web search | Routes native web_search through hosted GPT search and returns answer text with structured source URLs. | | 📊 Subscription usage | Shows plan, remaining quota, reset times, and windows such as 5-hour and weekly limits. | | 🔑 OAuth | Supports browser sign-in, device codes, automatic token renewal, status refresh, and sign-out. | | 🖥️ Native integration | Provides model and feature controls, image previews, bilingual copy, and theme adaptation while following DSH's hot-plug design. | ## 🖼️ Feature preview | Account status and model settings | Headless sign-in | Image generation | Web search (X/Twitter) | | :---: | :---: | :---: | :---: | |
|
|
|
| ## ⚙️ Detailed configuration No configuration is normally required. Available options are: | Option | Default | Description | | --- | --- | --- | | dshHome | DSH Home | Custom DSH home directory used to resolve default file paths. | | path | $DSH_HOME/codex-oauth.json | Host-side OAuth credential file. | | preferencesPath | $DSH_HOME/codex-oauth-preferences.json | Model visibility and feature switches; defaults beside path when it is overridden. | | issuer | https://auth.openai.com | OAuth issuer; override only for gateways or tests. | | usageUrl | https://chatgpt.com/backend-api/wham/usage | Subscription usage endpoint. | | controlPort | 1456 | Loopback login, status, and preference service. | | redirectPort | 1455 | Loopback browser OAuth callback. | | Search model | gpt-5.6-sol | Model used by hosted web search, aligned with the default Codex Power configuration. | Example Cordis configuration: yaml - insert: - id: dsh-codex-oauth name: "@wnjxyk/dsh-codex-oauth" config: dshHome: /data/dsh path: /secure/codex-oauth.json preferencesPath: /secure/codex-oauth-preferences.json issuer: https://auth.openai.com usageUrl: https://chatgpt.com/backend-api/wham/usage controlPort: 1456 redirectPort: 1455 - id: codex-web-search name: "@wnjxyk/dsh-codex-oauth/web-search" config: model: gpt-5.6-sol Web search and image-generation orchestration both default to the Codex Power model gpt-5.6-sol; images are rendered by the hosted GPT Image (image_generation) tool; chat models are discovered dynamically from the openai-codex model provider supplied by DSH's built-in llm-pi-ai plugin. ## 📄 License This project is available under the MIT License, authored by WNJXYK.不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。