private_settings.json

 1{
 2	"amp.git.commit.coauthor.enabled": false,
 3	"amp.git.commit.ampThread.enabled": false,
 4	"amp.experimental.walkthroughs": true,
 5	"amp.experimental.modes": ["bombadil", "deep"],
 6	"amp.experimental.tools": ["codemod"],
 7	"amp.anthropic.interleavedThinking.enabled": true,
 8	"amp.anthropic.effort": "max",
 9	"amp.permissions": [
10		{
11			"tool": "Bash",
12			"action": "allow",
13			"matches": {
14				"cmd": "hut todo -t *"
15			}
16		},
17		{
18			"tool": "Bash",
19			"action": "allow",
20			"matches": {
21				"cmd": "ht POST \"https://ntfy.sh/$NTFY_TOPIC_LLM\""
22			}
23		}
24	]
25}