STARDUSTLC666/dsh-minimal-ptc2

dsh-minimal-ptc

提供极简PTC预设、代码运行及终端工具

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。