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}