@shuind/dsh-codex
Codex-compatible model-facing tools and prompt overlay for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:shuind/dsh-codex说明文档
阅读完整 README ↗Configuration
The package accepts defaultYieldTimeMs, pollYieldTimeMs, writeYieldTimeMs, and maxOutputBytes. They control execution timing and retained output; protocol names, argument names, descriptions, and result fields are fixed. A sandboxing filesystem requires the corresponding dsh sandboxPolicy service.
OpenAI Responses custom grammar is selected by the route capability supportsOpenAIGrammarTools. When that capability is present, apply_patch is serialized as an OpenAI custom grammar tool with the Codex patch grammar; a route that does not advertise it keeps the ordinary tool definition instead of assuming provider support.