From fdd6fd7111b878d45ec04ede3a1b3e749a9c18e2 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 7 May 2026 17:49:11 +0800 Subject: [PATCH] docs(config): document webhook topics whitelist + add acp.session_crashed example --- config.example.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index a4e1610..a6e433f 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -110,7 +110,13 @@ notify: url: "" secret: "" timeout: 10s + # 默认空白名单 ⇒ 所有 webhook 投递被丢弃。生产部署需要显式列出要外发的 topics: topics: [] + # 可选 topics: + # - workspace.sync_failed + # - worktree.prune_pending + # - webhook.dead_letter + # - acp.session_crashed # ACP module: agent subprocess pool + WebSocket fanout + event retention acp: