STARDUSTLC666/dsh-minimal-ptc2

dsh-minimal-ptc

DeepSeek Harness 极简 PTC 预设:简洁提示词、run_code 工具编排、完整插件工具,以及 Windows Git Bash 和持久 PowerShell。

AI 분석

适合需要极简提示词、代码执行及持久化终端环境的Windows或Git Bash用户。

패키지
dsh-minimal-ptc
버전
0.4.5
라이선스
MIT
최근 업데이트
2026. 9. 12.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:STARDUSTLC666/dsh-minimal-ptc

Windows Git Bash 配置

预设内置的 Git Bash executor 可在 agent.cordis.ymlgitbash-executor 行覆盖:

配置默认说明
shellPath自动探测固定 Git Bash 路径(如 C:\\Program Files\\Git\\bin\\bash.exe
timeoutMs120000单次命令超时(毫秒)
maxTimeoutMs600000请求可要求的最大超时
maxOutputBytes64000单次输出上限
maxSpillBytes67108864输出溢出落盘上限
graceMs3000超时后的宽限时间

自动探测顺序:GIT_BASHProgram Files\\GitProgram Files (x86)\\GitLOCALAPPDATA\\Programs\\Git → PATH。