From 9f686270c2d02281273cb8d28b1e06fb630f9102 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Tue, 17 Feb 2026 22:05:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0claude=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 6be2dd4..3dd7f3a 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,7 +2,11 @@ "permissions": { "allow": [ "Bash(uv:*)", - "WebSearch" + "WebSearch", + "WebFetch(domain:pypi.org)", + "WebFetch(domain:github.com)", + "Bash(pip index:*)", + "Bash(pip show:*)" ] } }