From 16df30ab92db27d9dc39e67fbe07142d021d8d09 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 1 Mar 2026 09:51:28 -0700 Subject: [PATCH] chore(amp): clean up config --- dot_config/amp/private_settings.json | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/dot_config/amp/private_settings.json b/dot_config/amp/private_settings.json index def82cba1e939e54acdd30190ae01ecc6cbca899..74587983d302c9c8d7a1c75f63c8cf76e890981f 100644 --- a/dot_config/amp/private_settings.json +++ b/dot_config/amp/private_settings.json @@ -2,24 +2,15 @@ "amp.git.commit.coauthor.enabled": false, "amp.git.commit.ampThread.enabled": false, "amp.experimental.walkthroughs": true, - "amp.experimental.modes": ["bombadil", "deep"], - "amp.experimental.tools": ["codemod"], "amp.anthropic.interleavedThinking.enabled": true, "amp.anthropic.effort": "max", "amp.permissions": [ - { - "tool": "Bash", - "action": "allow", - "matches": { - "cmd": "hut todo -t *" - } - }, - { - "tool": "Bash", - "action": "allow", - "matches": { - "cmd": "ht POST \"https://ntfy.sh/$NTFY_TOPIC_LLM\"" - } - } - ] + { + "tool": "Bash", + "action": "allow", + "matches": { + "cmd": "hut todo -t *" + } + } + ] }