seriousz158/dsh-codex-use--packages-dsh-codex-appserver ↗★ 0
dsh-codex-appserver
适用于 DeepSeek Harness 的 OpenAI Codex ChatGPT 应用服务器提供商,通过 stdio JSON-RPC 与本地 Codex CLI 通信。
AI 分析
核心用途是接入本地 Codex 服务的 ChatGPT 接口。适合需要使用 Codex 专属模型能力、且本地已部署 Codex CLI 的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:seriousz158/dsh-codex-use#ef592788119c1acbd26d8b9400c2d5cf4162a59a&path:packages/dsh-codex-appserver说明文档
阅读完整 README ↗dsh-codex-appserver
DeepSeek Harness provider that talks to the local Codex CLI App Server over
stdio JSON-RPC. It exposes the provider id codex-chatgpt; the user must
select it explicitly, and the plugin never changes DSH's default provider.
Install
dsh plugin --profile web add github:seriousz158/dsh-codex-use#path:/packages/dsh-codex-appserver
The package declares both dsh.bundle and the web dsh.client manifest. The
bundle patch mounts the host provider; the client manifest injects the UI.
Compatibility
- Node.js
>=22 - DSH
0.1.0-rc.6through the current0.1.xline - Codex CLI
0.144.1App Server protocol fixtures
The repository root contains the full installation guide, tests, security boundary, and legacy manual-installer migration instructions.