diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 388162b64..76fd777a7 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "6c86972fbec0e88e2f44d8bad149145053b86014", - "syncedAt": "2026-05-01T13:11:57.441Z" + "sha": "cef2542cec42a930afe13cb721ffc6f300a04d89", + "syncedAt": "2026-05-01T13:21:26.876Z" } diff --git a/docs/channels/slack.md b/docs/channels/slack.md index 2b1c295b6..856520a88 100644 --- a/docs/channels/slack.md +++ b/docs/channels/slack.md @@ -169,6 +169,7 @@ Base manifest (Socket Mode default): "features": { "bot_user": { "display_name": "OpenClaw", "always_online": true }, "app_home": { + "home_tab_enabled": true, "messages_tab_enabled": true, "messages_tab_read_only_enabled": false }, @@ -212,6 +213,7 @@ Base manifest (Socket Mode default): "socket_mode_enabled": true, "event_subscriptions": { "bot_events": [ + "app_home_opened", "app_mention", "channel_rename", "member_joined_channel", @@ -264,6 +266,8 @@ For **HTTP Request URLs mode**, replace `settings` with the HTTP variant and add Surface different features that extend the above defaults. +The default manifest enables the Slack App Home **Home** tab and subscribes to `app_home_opened`. When a workspace member opens the Home tab, OpenClaw publishes a safe default Home view with `views.publish`; no conversation payload or private configuration is included. The **Messages** tab remains enabled for Slack DMs. +