chore(sync): mirror docs from openclaw/openclaw@cef2542cec
This commit is contained in:
parent
be32f4a4fb
commit
8d65484b79
@ -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"
|
||||
}
|
||||
|
||||
@ -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">
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user