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.anthropic.interleavedThinking.enabled": true,
6 "amp.anthropic.effort": "max",
7 "amp.permissions": [
8 {
9 "tool": "Bash",
10 "action": "allow",
11 "matches": {
12 "cmd": "hut todo -t *"
13 }
14 }
15 ]
16}