From dc70a5a7abb8f282f5cdb4075ae036bfce298dd8 Mon Sep 17 00:00:00 2001 From: kami Date: Fri, 31 Jul 2026 12:34:28 +0400 Subject: [PATCH] Show clarify_max_attempts in the deployed config The default is 3 either way. Writing it out means you can see the knob without reading the Go. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01CGeSZxh1DCtRxmFVSYVGvJ --- deploy/mavend.json | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/mavend.json b/deploy/mavend.json index 5c65825..05d50cc 100644 --- a/deploy/mavend.json +++ b/deploy/mavend.json @@ -43,6 +43,7 @@ "llm_router": true, "query_min_score": 0.55, "query_min_margin": 0.008, + "clarify_max_attempts": 3, "tool_timeout": "30s", "tools": [ { "name": "status", "cmd": ["systemctl", "status"], "scope": "homelab", "destructive": false },