shuind/dsh-codex0

@shuind/dsh-codex

兼容 Codex 的面向模型的工具和适用于 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.