fix(plugins): allow Discord install repair

This commit is contained in:
Peter Steinberger
2026-05-02 23:48:43 +01:00
parent 57d6e63f30
commit e857c795a8
6 changed files with 90 additions and 39 deletions

View File

@@ -95,7 +95,8 @@
"install": {
"npmSpec": "@openclaw/discord",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.10"
"minHostVersion": ">=2026.4.10",
"allowInvalidConfigRecovery": true
}
}
},