From 31ed78ef28bf66826278d13493d56a01fcc9d4fe Mon Sep 17 00:00:00 2001 From: ShengtongZhu Date: Sun, 15 Mar 2026 11:23:36 +0800 Subject: [PATCH] fix(guardian): remove trailing comma in plugin manifest JSON Co-Authored-By: Claude Opus 4.6 (1M context) --- extensions/guardian/openclaw.plugin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/extensions/guardian/openclaw.plugin.json b/extensions/guardian/openclaw.plugin.json index cf75442e697..521eaf733fe 100644 --- a/extensions/guardian/openclaw.plugin.json +++ b/extensions/guardian/openclaw.plugin.json @@ -45,11 +45,6 @@ "default": "enforce", "description": "enforce = block disallowed calls; audit = log only" }, - "max_user_messages": { - "type": "number", - "default": 10, - "description": "Number of conversation turns fed to the summarizer (history window)" - }, "max_arg_length": { "type": "number", "default": 500, @@ -73,11 +68,6 @@ "web_search" ], "description": "Tool names whose results are included in the guardian's conversation context. Only results from these tools are fed to the guardian — others are filtered out to save tokens." - }, - "max_tool_result_length": { - "type": "number", - "default": 300, - "description": "Max characters per tool result snippet included in the guardian context" } }, "additionalProperties": false