private_settings.json

 1{
 2	"amp.permissions": [
 3		{
 4			"tool": "Bash",
 5			"action": "allow",
 6			"matches": {
 7				"cmd": "hut todo -t *"
 8			}
 9		}
10	],
11	"amp.mcpServers": {
12		"kagi": {
13			"command": "kagi-ken-mcp",
14			"args": []
15		},
16		"context7": {
17			"command": "bunx",
18			"args": ["-y", "@upstash/context7-mcp"]
19		}
20	},
21	"amp.anthropic.interleavedThinking.enabled": true,
22	"amp.terminal.theme": "catppuccin-mocha",
23	"amp.git.commit.coauthor.enabled": false,
24	"amp.git.commit.ampThread.enabled": false,
25	"amp.experimental.walkthroughs": true,
26	"amp.experimental.modes": ["bombadil", "deep"],
27	"amp.experimental.tools": ["codemod"]
28}