Mattermost: add slash command coverage and docs

This commit is contained in:
Muhammed Mukhthar CM
2026-03-02 11:53:21 +00:00
parent 86a34f1a74
commit 7cc78869a4
6 changed files with 280 additions and 6 deletions

View File

@@ -443,6 +443,13 @@ Mattermost ships as a plugin: `openclaw plugins install @openclaw/mattermost`.
dmPolicy: "pairing",
chatmode: "oncall", // oncall | onmessage | onchar
oncharPrefixes: [">", "!"],
commands: {
native: true, // opt-in
nativeSkills: true,
callbackPath: "/api/channels/mattermost/command",
// Optional explicit URL for reverse-proxy/public deployments
callbackUrl: "https://gateway.example.com/api/channels/mattermost/command",
},
textChunkLimit: 4000,
chunkMode: "length",
},