fix: keep native command auto defaults cold

This commit is contained in:
Shakker
2026-04-26 07:33:58 +01:00
parent aee4c92344
commit 7a7728db13
16 changed files with 345 additions and 14 deletions

View File

@@ -40,6 +40,10 @@
"blurb": "very well supported right now.",
"systemImage": "bubble.left.and.bubble.right",
"markdownCapable": true,
"commands": {
"nativeCommandsAutoEnabled": true,
"nativeSkillsAutoEnabled": true
},
"configuredState": {
"specifier": "./configured-state",
"exportName": "hasDiscordConfiguredState"

View File

@@ -28,6 +28,10 @@
"blurb": "supported (Socket Mode).",
"systemImage": "number",
"markdownCapable": true,
"commands": {
"nativeCommandsAutoEnabled": false,
"nativeSkillsAutoEnabled": false
},
"configuredState": {
"specifier": "./configured-state",
"exportName": "hasSlackConfiguredState"

View File

@@ -38,6 +38,10 @@
"https://openclaw.ai"
],
"markdownCapable": true,
"commands": {
"nativeCommandsAutoEnabled": true,
"nativeSkillsAutoEnabled": true
},
"configuredState": {
"specifier": "./configured-state",
"exportName": "hasTelegramConfiguredState"