softspark/dsh-codex0

@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 中调用其模型与工具的用户。

패키지
@softspark/dsh-codex
버전
1.0.0
라이선스
Apache-2.0
최근 업데이트
2026. 8. 27.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:softspark/dsh-codex

Configuration

FieldDefaultNotes
providercodexThe only accepted provider route.
commandcodexDirect executable name or path. Empty values fail.
cwdprocess.cwd()Working directory for Codex threads.
sandboxworkspace-writeAlso accepts read-only and danger-full-access.
approvalPolicyuntrustedAlso accepts never and on-request.
allowApiKeyAuthfalseWhen true, permits an API-key login already owned by Codex. The plugin never receives the key.
experimentalDynamicToolsfalseOpts into the experimental DSH tool bridge and app-server experimental API.
dynamicToolTimeoutMs600000Bounds a deferred DSH tool call from 1,000 to 3,600,000 ms.
requestTimeoutMs30000Range 1,000 to 300,000 ms.
turnTimeoutMs600000Range 1,000 to 3,600,000 ms.

See configuration reference.