From 9a85b23d91e6bd2402ac22f1beef3f1db53349a6 Mon Sep 17 00:00:00 2001 From: darken Date: Mon, 23 Mar 2026 14:01:34 +0100 Subject: [PATCH] chore: Enable support-investigator plugin in .claude/settings.json --- .claude/settings.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index ce7deb6c..46153900 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,16 +1,17 @@ { "permissions": { - "allow": [ - "mcp__ide__getDiagnostics", - "WebSearch" - ], - "deny": [] + "allow": [ + "mcp__ide__getDiagnostics", + "WebSearch" + ], + "deny": [] }, "enabledPlugins": { - "android-translation@claude-code-cafe": true, - "debugbadger@claude-code-cafe": true, - "jvm-tools@claude-code-cafe": true, - "frontend-design@claude-plugins-official": true, - "kotlin-lsp@claude-plugins-official": true + "android-translation@claude-code-cafe": true, + "debugbadger@claude-code-cafe": true, + "jvm-tools@claude-code-cafe": true, + "frontend-design@claude-plugins-official": true, + "kotlin-lsp@claude-plugins-official": true, + "support-investigator@claude-code-cafe": true } -} \ No newline at end of file +}