shengyvself/dsh-autoresume

插件 ⭐ 0 Apache-2.0 automationweb-ui

web 进程重启后,若目标会话停在"被打断的中间态"(open turn / 无结果的 tool call / turn/end interrupted), 自动向该会话注入一条「继续」,让 agent 接着干活——无需人工干预。

catalog 简介:—

安装

# 1. 构建
npm run build

# 2. 注册到 web profile
dsh plugin --profile web add /path/to/dsh-autoresume

# 3. 配置目标会话(编辑 web profile 的 cordis.patch.yml)
- insert:
    - id: dsh-autoresume
      name: 'dsh-autoresume'
      config:
        targetSessionId: '<your-session-id>'   # 必填

# 4. 验证注册
dsh --profile web --dump-config   # 应出现 id: dsh-autoresume

# 5. 重启生效
sudo systemctl restart dsh-web

shengyvself/dsh-autoresume 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。