From 15c7de84f65406774303c733cfa736d4100870ca Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 12 Apr 2026 06:48:46 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@bfa2feaa92b986392eb8fdb9b7ed24577afeeb63 --- .openclaw-sync/source.json | 4 ++-- docs/channels/slack.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index e8b790efb..2d81d96c2 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "3704069c3f8ae8f1365bb45932347a45da8041f0", - "syncedAt": "2026-04-12T06:22:45.475Z" + "sha": "bfa2feaa92b986392eb8fdb9b7ed24577afeeb63", + "syncedAt": "2026-04-12T06:48:45.641Z" } diff --git a/docs/channels/slack.md b/docs/channels/slack.md index 7454c0359..e83617b72 100644 --- a/docs/channels/slack.md +++ b/docs/channels/slack.md @@ -282,6 +282,10 @@ openclaw gateway +### Additional manifest settings + +Surface different features that extend the above defaults. + @@ -815,7 +819,7 @@ Slash commands appear in Slack as either a single configured command or multiple /openclaw /help ``` -Native commands require [manifest changes](#optional-native-slash-commands) to your Slack app and are enabled with `channels.slack.commands.native: true` or `commands.native: true` in global configurations instead. +Native commands require [additional manifest settings](#additional-manifest-settings) in your Slack app and are enabled with `channels.slack.commands.native: true` or `commands.native: true` in global configurations instead. - Native command auto-mode is **off** for Slack so `commands.native: "auto"` does not enable Slack native commands.