From c657094e0877cad162b1d600db85d85657bca0ad Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 23 Sep 2025 01:21:34 +0200 Subject: [PATCH] agent: Needed to reinstall claude on Ubuntu 24.04 --- .claude/settings.local.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 00000000..a8cfd970 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,9 @@ +{ + "permissions": { + "allow": [ + "WebFetch(domain:github.com)" + ], + "deny": [], + "ask": [] + } +} \ No newline at end of file