STARDUSTLC666/dsh-minimal-ptc ↗★ 2
dsh-minimal-ptc
DeepSeek Harness 极简 PTC 预设:简洁提示词、run_code 工具编排、完整插件工具,以及 Windows Git Bash 和持久 PowerShell。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:STARDUSTLC666/dsh-minimal-ptc说明文档
阅读完整 README ↗Windows Git Bash 配置
预设内置的 Git Bash executor 可在 agent.cordis.yml 的 gitbash-executor 行覆盖:
| 配置 | 默认 | 说明 |
|---|---|---|
shellPath | 自动探测 | 固定 Git Bash 路径(如 C:\\Program Files\\Git\\bin\\bash.exe) |
timeoutMs | 120000 | 单次命令超时(毫秒) |
maxTimeoutMs | 600000 | 请求可要求的最大超时 |
maxOutputBytes | 64000 | 单次输出上限 |
maxSpillBytes | 67108864 | 输出溢出落盘上限 |
graceMs | 3000 | 超时后的宽限时间 |
自动探测顺序:GIT_BASH → Program Files\\Git → Program Files (x86)\\Git → LOCALAPPDATA\\Programs\\Git → PATH。