From 7f35fa8ab75d9c1bdf1f3732f1b47b88a5bfe0d4 Mon Sep 17 00:00:00 2001 From: Shakker Date: Thu, 30 Jul 2026 04:21:17 +0100 Subject: [PATCH] fix: publish top-level ClickClack mention config (#115484) --- extensions/clickclack/openclaw.plugin.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/extensions/clickclack/openclaw.plugin.json b/extensions/clickclack/openclaw.plugin.json index d28b63a47547..8b50be9b81e5 100644 --- a/extensions/clickclack/openclaw.plugin.json +++ b/extensions/clickclack/openclaw.plugin.json @@ -12,6 +12,25 @@ "type": "object", "additionalProperties": true, "properties": { + "requireMention": { "type": "boolean" }, + "mentionPatterns": { + "type": "array", + "items": { "type": "string" } + }, + "groups": { + "type": "object", + "additionalProperties": { + "type": "object", + "additionalProperties": true, + "properties": { + "requireMention": { "type": "boolean" }, + "mentionPatterns": { + "type": "array", + "items": { "type": "string" } + } + } + } + }, "accounts": { "type": "object", "additionalProperties": {