Update Claude settings

This commit is contained in:
Ohad Livne 2026-02-23 22:01:13 +02:00
parent 9b59151d13
commit 1976c2cb8b
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -25,6 +25,7 @@
"Bash(uv tool list:*)", "Bash(uv tool list:*)",
"Bash(wc:*)", "Bash(wc:*)",
"Bash(xargs cat:*)", "Bash(xargs cat:*)",
"WebFetch(domain:datatracker.ietf.org)",
"WebFetch(domain:docs.cloud.google.com)", "WebFetch(domain:docs.cloud.google.com)",
"WebFetch(domain:docs.gauge.sh)", "WebFetch(domain:docs.gauge.sh)",
"WebFetch(domain:docs.temporal.io)" "WebFetch(domain:docs.temporal.io)"
@ -32,5 +33,6 @@
}, },
"enabledPlugins": { "enabledPlugins": {
"gopls-lsp@claude-plugins-official": true "gopls-lsp@claude-plugins-official": true
} },
"skipDangerousModePermissionPrompt": true
} }