@softspark/dsh-codex
DeepSeek Harness provider plugin that delegates ChatGPT subscription access and agent execution to the locally authenticated Codex app server.
AI 分析
核心用途是桥接本地 Codex 服务以使用 ChatGPT 订阅能力。适合已拥有 Codex 授权并希望在 DSH 中调用其模型与工具的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:softspark/dsh-codexドキュメント
README 全文を読む ↗Configuration
| Field | Default | Notes |
|---|---|---|
provider | codex | The only accepted provider route. |
command | codex | Direct executable name or path. Empty values fail. |
cwd | process.cwd() | Working directory for Codex threads. |
sandbox | workspace-write | Also accepts read-only and danger-full-access. |
approvalPolicy | untrusted | Also accepts never and on-request. |
allowApiKeyAuth | false | When true, permits an API-key login already owned by Codex. The plugin never receives the key. |
experimentalDynamicTools | false | Opts into the experimental DSH tool bridge and app-server experimental API. |
dynamicToolTimeoutMs | 600000 | Bounds a deferred DSH tool call from 1,000 to 3,600,000 ms. |
requestTimeoutMs | 30000 | Range 1,000 to 300,000 ms. |
turnTimeoutMs | 600000 | Range 1,000 to 3,600,000 ms. |