diff --git a/dot_config/amp/private_settings.json b/dot_config/amp/private_settings.json index 90f1675ecea49af3b00542a8a1909b5c93cecf0a..f29cfd0faf1c88bd38e5c347df0b00e4eb607fbc 100644 --- a/dot_config/amp/private_settings.json +++ b/dot_config/amp/private_settings.json @@ -2,21 +2,26 @@ "amp.permissions": [ { "tool": "Bash", + "action": "allow", "matches": { "cmd": "hut todo -t *" - }, - "action": "allow" + } } ], "amp.mcpServers": { + "kagi": { + "command": "kagi-ken-mcp", + "args": [] + }, "context7": { "command": "bunx", "args": ["-y", "@upstash/context7-mcp"] - }, - "kagi": { - "command": "kagi-ken-mcp" } }, + "amp.anthropic.interleavedThinking.enabled": true, + "amp.terminal.theme": "catppuccin-mocha", + "amp.git.commit.coauthor.enabled": false, + "amp.git.commit.ampThread.enabled": false, "amp.experimental.walkthroughs": true, "amp.experimental.modes": ["bombadil", "deep"], "amp.experimental.tools": ["codemod"]