Eve-146T/DSH-CODEX-SUBSCRIPTION-POOL3

dsh-openai-codex-auth

DeepSeek Harness plugin for OpenAI Codex OAuth, pooled accounts, model awareness, official docs, web search, and image generation

AI 분석

核心用途是在 DSH 中管理 OpenAI 订阅账号池并提供辅助能力。适合拥有多个 OpenAI 账号、需要进行额度控制、网页搜索或调用官方文档技能的用户。

패키지
dsh-openai-codex-auth
버전
0.5.11
라이선스
GPL-3.0
최근 업데이트
2026. 9. 5.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Eve-146T/DSH-CODEX-SUBSCRIPTION-POOL

DeepSeek Harness OpenAI Codex settings showing four pooled accounts, weekly usage, account controls, and privacy settings

OpenAI Codex Plugin for the DeepSeek Harness

Lets you manage your pool of OpenAI subscriptions in DSH.

Features

  • Multi-account OpenAI Codex OAuth and usage controls
  • Web search and image generation
  • Chinese UI follows the language selected in DSH
  • Model identity and routing guidance for agents
  • The official OpenAI Docs skill, vendored from openai/skills

The plugin adds a durable runtime-context snapshot that tells an agent its active provider/model, the models advertised by the openai-codex adapter, what Sol, Terra, and Luna are for, and which orchestration tools accept an explicit model. DSH writes this snapshot at session start and replaces it only when the active model or advertised catalogue changes; it is not repeated on every request.

Install the DeepSeek Harness Codex plugin

Add it to your DSH Web profile:

dsh plugin --profile web add github:Eve-146T/DSH-CODEX-SUBSCRIPTION-POOL

Tutorial

# install the plugin
dsh plugin --profile web add github:Eve-146T/DSH-CODEX-SUBSCRIPTION-POOL
# restart dsh
dsh --profile web

Then:

  1. Open Settings
  2. Click OpenAI Codex in the sidebar and login
  3. Choose OpenAI Codex as the provider in the Models tab

The optional model filter recognizes GPT-6 and Astra rollout entries while keeping the current model selection unchanged.

Development

pnpm install
pnpm run build
pnpm test
dsh plugin --profile web add ./openai-codex-auth

License

This project is distributed under GPL-3.0-only. The vendored OpenAI Docs skill retains its upstream license.