From 9e63619f29e32a2ea10db32b5a6d58a024b01987 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 3 May 2026 22:48:21 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@0bf19f540d2ee98ad6e44a27bef5b9b0c3fef4ca --- .openclaw-sync/source.json | 4 ++-- docs/channels/broadcast-groups.md | 6 ++++-- docs/channels/slack.md | 17 +++++++++++++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 76427ba98..8dc152c55 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "f275e9d4b91b70fa542346800dad9f1467372101", - "syncedAt": "2026-05-03T22:30:04.652Z" + "sha": "0bf19f540d2ee98ad6e44a27bef5b9b0c3fef4ca", + "syncedAt": "2026-05-03T22:46:20.211Z" } diff --git a/docs/channels/broadcast-groups.md b/docs/channels/broadcast-groups.md index 5eed662b8..eafa3734f 100644 --- a/docs/channels/broadcast-groups.md +++ b/docs/channels/broadcast-groups.md @@ -258,15 +258,17 @@ In group `120363403215116621@g.us` with agents `["alfred", "baerbel"]`: { "agents": { "reviewer": { - "tools": { "allow": ["read", "exec"] } // Read-only + "tools": { "allow": ["read", "exec"] } }, "fixer": { - "tools": { "allow": ["read", "write", "edit", "exec"] } // Read-write + "tools": { "allow": ["read", "write", "edit", "exec"] } } } } ``` + `reviewer` is read-only. `fixer` can read and write. + With many agents, consider: diff --git a/docs/channels/slack.md b/docs/channels/slack.md index 6580fcc4f..09c839c5e 100644 --- a/docs/channels/slack.md +++ b/docs/channels/slack.md @@ -251,7 +251,19 @@ For **HTTP Request URLs mode**, replace `settings` with the HTTP variant and add "event_subscriptions": { "request_url": "https://gateway-host.example.com/slack/events", "bot_events": [ - /* same as Socket Mode */ + "app_home_opened", + "app_mention", + "channel_rename", + "member_joined_channel", + "member_left_channel", + "message.channels", + "message.groups", + "message.im", + "message.mpim", + "pin_added", + "pin_removed", + "reaction_added", + "reaction_removed" ] }, "interactivity": { @@ -420,11 +432,12 @@ The default manifest enables the Slack App Home **Home** tab and subscribes to ` "description": "Show the short help summary", "url": "https://gateway-host.example.com/slack/events" } - // ...repeat for every command with the same `url` value ] } ``` + Repeat that `url` value on every command in the list. +