From fd556ad3eee09659740592aedbcfde747bf0bd39 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Mon, 29 Dec 2025 22:14:46 +0000 Subject: [PATCH] feat: add permission for echo command in settings --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 0c322039a..d6d51767a 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -18,7 +18,8 @@ "Bash(bun install:*)", "Bash(test -f:*)", "Bash(bun run typecheck:*)", - "Bash(bun run test:unit:*)" + "Bash(bun run test:unit:*)", + "Bash(echo:*)" ] } }