shuind/dsh-codex0

@shuind/dsh-codex

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

AI 분석

核心用途是为 DSH 挂载 Codex 核心工具层,提供兼容 Codex 的模型工具和提示词覆盖。适合需要 Codex 协议兼容性、沙箱文件系统支持及高级工具调用能力的开发者。

패키지
@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.