shengyvself/dsh-autoresume

Plugin ⭐ 0 Apache-2.0 automationweb-ui

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

catalog description:—

Install

# 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

Add shengyvself/dsh-autoresume to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.