From 8054fce6a314904575c8e9f94d8a3c0bdab24835 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 12 Jun 2026 00:43:44 -0700 Subject: [PATCH] claude: enable notification settings --- dotfiles/claude/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/claude/settings.json b/dotfiles/claude/settings.json index 1d8b75d6..b371caad 100644 --- a/dotfiles/claude/settings.json +++ b/dotfiles/claude/settings.json @@ -18,5 +18,7 @@ }, "effortLevel": "high", "skipDangerousModePermissionPrompt": true, - "remoteControlAtStartup": true + "remoteControlAtStartup": true, + "inputNeededNotifEnabled": true, + "agentPushNotifEnabled": true }