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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CGeSZxh1DCtRxmFVSYVGvJ
This commit is contained in:
kami
2026-07-31 12:34:28 +04:00
parent 06aded6ab0
commit dc70a5a7ab
+1
View File
@@ -43,6 +43,7 @@
"llm_router": true, "llm_router": true,
"query_min_score": 0.55, "query_min_score": 0.55,
"query_min_margin": 0.008, "query_min_margin": 0.008,
"clarify_max_attempts": 3,
"tool_timeout": "30s", "tool_timeout": "30s",
"tools": [ "tools": [
{ "name": "status", "cmd": ["systemctl", "status"], "scope": "homelab", "destructive": false }, { "name": "status", "cmd": ["systemctl", "status"], "scope": "homelab", "destructive": false },