fix: enhance permissions in settings and update .gitignore for local config

This commit is contained in:
dayuan.jiang
2025-11-10 00:00:02 +09:00
parent d8d0a800fe
commit 4efbe78d5a
3 changed files with 118 additions and 97 deletions

View File

@@ -1,7 +1,11 @@
{
"permissions": {
"allow": [
"Bash(npm update:*)"
"Bash(npm update:*)",
"WebFetch(domain:ai-sdk.dev)",
"mcp__ide__getDiagnostics",
"Bash(npx tsc:*)",
"WebFetch(domain:sdk.vercel.ai)"
],
"deny": [],
"ask": []