loongWoong/dsh-plugins--packages-dsh-goal-auto-resume ↗★ 0
dsh-goal-auto-resume
DSH plugin: re-arms an unfinished goal after abnormal stops (errors, aborts, max-tokens, crash recovery, driver queue failures) so the native goal-round driver continues the next round automatically.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:loongWoong/dsh-plugins#dca3b1cbdf57b4ca2fd960e01073b81f25609170&path:packages/dsh-goal-auto-resume说明文档
阅读完整 README ↗配置
常量位于 lib/index.js 顶部:RESUME_AFTER_USER_ABORT(默认 true,用户手动停止后也继续;改 false 则尊重用户停止)、GIVE_UP_AFTER、IMMEDIATE_DELAY_MS、BACKOFF_BASE_MS、BACKOFF_MAX_MS、SWEEP_DELAY_MS、INFRA_BLOCK_CODES。