shuind/dsh-codex0

@shuind/dsh-codex

Codex-compatible model-facing tools and prompt overlay for DeepSeek Harness

包名
@shuind/dsh-codex
版本
0.1.1
许可证
MIT
最近更新
2026年8月18日

安装

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

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.