@@ -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 *"
+ }
+ }
+ ]
}