feat(slack): publish App Home tab views

This commit is contained in:
Vincent Koc
2026-05-01 06:20:18 -07:00
committed by GitHub
parent 472de0e1d5
commit cef2542cec
7 changed files with 191 additions and 2 deletions

View File

@@ -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.
<AccordionGroup>
<Accordion title="Optional native slash commands">