tmeeli/dsh-auto-goal-resume0

auto-goal-resume

DeepSeek Harness 插件:重启后自动续跑有活跃目标(goal)的会话,无需人工说"继续"。

AI 分析

核心用途是实现 DSH 异常重启或主动重启后,自动恢复并继续执行未完成的 Agent 任务。适合运行长时间、多步骤自动编码任务的用户。

パッケージ
auto-goal-resume
バージョン
1.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tmeeli/dsh-auto-goal-resume

ドキュメント

README 全文を読む ↗

配置

插件接受可选的 config 块(省略时用默认值):

- id: auto-goal-resume
  name: auto-goal-resume
  config:
    enabled: true        # 总开关,false 时插件不加载任何逻辑
    firstDelayMs: 20000  # 启动后首次扫描延迟(毫秒)
    retryDelayMs: 60000  # 服务未就绪时的重试间隔(毫秒)
    maxRetries: 15       # 最大重试次数