From aa1dd078a00ac0e46b9393e47ad7141b0ad2213d Mon Sep 17 00:00:00 2001 From: Charles Nykamp <16085675+cqnykamp@users.noreply.github.com> Date: Thu, 28 May 2026 19:41:13 -0500 Subject: [PATCH] fix: claude settings once more --- .claude/settings.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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/"] }