diff --git a/.claude/settings.json b/.claude/settings.json index 7f17e0ca1..0b9b62d9d 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -46,17 +46,19 @@ }, "sandbox": { "enabled": true, - "mode": "auto-allow", + "autoAllowBashIfSandboxed": true, "allowUnsandboxedCommands": false, "excludedCommands": ["docker"], - "allowedDomains": [ - "registry.npmjs.org", - "cdn.jsdelivr.net", - "api.github.com", - "github.com", - "api.cypress.io", - "localhost" - ], + "network": { + "allowedDomains": [ + "registry.npmjs.org", + "cdn.jsdelivr.net", + "api.github.com", + "github.com", + "api.cypress.io", + "localhost" + ] + }, "filesystem": { "allowWrite": ["~/.npm/", "~/.cache/prisma/"] }