From 6e75c99d5be462d500c4e50d0567ec99598e87a8 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Mon, 9 Mar 2026 14:39:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Claude=20Code=20?= =?UTF-8?q?=E6=9D=83=E9=99=90=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 WebSearch 从 allow 列表移到 deny 列表 --- .claude/settings.local.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 023f0fe..677e5a6 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,6 @@ { "permissions": { "allow": [ - "WebSearch", "WebFetch(*)", "Bash(openspec:*)", "Bash(git:*)", @@ -12,6 +11,9 @@ "mcp__context7__query-docs", "mcp__exa__web_search_exa", "mcp__exa__get_code_context_exa" + ], + "deny": [ + "WebSearch" ] } }