From e1e50fa91e204175ea49a33d74cd74835e575b00 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 7 Feb 2026 14:57:01 -0700 Subject: [PATCH] feat(amp): allow posting the ntfy.sh --- dot_config/amp/private_settings.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dot_config/amp/private_settings.json b/dot_config/amp/private_settings.json index a5e581cf8c36e8608892a3586e212088e0d52d86..def82cba1e939e54acdd30190ae01ecc6cbca899 100644 --- a/dot_config/amp/private_settings.json +++ b/dot_config/amp/private_settings.json @@ -13,6 +13,13 @@ "matches": { "cmd": "hut todo -t *" } + }, + { + "tool": "Bash", + "action": "allow", + "matches": { + "cmd": "ht POST \"https://ntfy.sh/$NTFY_TOPIC_LLM\"" + } } ] }