baiyuscc13724-max/dsh-progress-reporter0

dsh-progress-reporter

Codex-style, time- and milestone-oriented progress updates for long-running DeepSeek Harness agents.

AI 분석

核心用途是长任务进度监控。适合运行复杂、耗时较长的 DSH 智能体任务,需要防止“静默等待”并掌握执行进度的用户。

패키지
dsh-progress-reporter
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 8. 18.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:baiyuscc13724-max/dsh-progress-reporter

配置

默认配置位于 cordis.patch.yml

config:
  enabled: true
  intervalSeconds: 60
  includeSubagents: false
配置含义
intervalSeconds最长无可见文字时间,范围 15–3600 秒
includeSubagents是否也要求子代理汇报

修改配置后需要重启 DSH Web。