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.mcpServers": {
8 "silverbullet": {
9 "url": "http://100.77.116.78:4000/mcp/silverbullet",
10 "headers": {
11 "Authorization": "Bearer ${PLEXUS_API_KEY}:amp"
12 }
13 },
14 "kagi": {
15 "url": "http://100.77.116.78:4000/mcp/kagi",
16 "headers": {
17 "Authorization": "Bearer ${PLEXUS_API_KEY}:amp"
18 }
19 }
20 },
21 "amp.permissions": [
22 {
23 "tool": "Bash",
24 "action": "allow",
25 "matches": {
26 "cmd": "hut todo -t *"
27 }
28 }
29 ],
30 "amp.dangerouslyAllowAll": true,
31 "amp.gauge": "tokens"
32}