From bfa2feaa92b986392eb8fdb9b7ed24577afeeb63 Mon Sep 17 00:00:00 2001 From: "@zimeg" Date: Sat, 11 Apr 2026 23:47:43 -0700 Subject: [PATCH] docs(slack): link to additional manifest settings --- docs/channels/slack.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/channels/slack.md b/docs/channels/slack.md index 7454c03592f..e83617b72f4 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.