chore(sync): mirror docs from openclaw/openclaw@bfa2feaa92

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-12 06:48:46 +00:00
parent b9061c51bf
commit 15c7de84f6
2 changed files with 7 additions and 3 deletions

View File

@ -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"
}

View File

@ -282,6 +282,10 @@ openclaw gateway
</Tab>
</Tabs>
### Additional manifest settings
Surface different features that extend the above defaults.
<AccordionGroup>
<Accordion title="Optional native slash commands">
@ -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.