feat(debug): add whispergate hook diagnostics with channel-scoped debug logs

This commit is contained in:
2026-02-26 01:58:01 +00:00
parent 46ea43b3fe
commit 51149dd6a0
4 changed files with 81 additions and 4 deletions

View File

@@ -22,7 +22,9 @@
"enableWhispergatePolicyTool": { "type": "boolean", "default": true },
"discordControlApiBaseUrl": { "type": "string", "default": "http://127.0.0.1:8790" },
"discordControlApiToken": { "type": "string" },
"discordControlCallerId": { "type": "string" }
"discordControlCallerId": { "type": "string" },
"enableDebugLogs": { "type": "boolean", "default": false },
"debugLogChannelIds": { "type": "array", "items": { "type": "string" }, "default": [] }
},
"required": ["noReplyProvider", "noReplyModel"]
}