From 95fda466165883cb7856d0a110e74e2ea2bbffb9 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 7 Feb 2026 09:25:59 -0700 Subject: [PATCH] chore(amp): update configuration Remove MCP servers and terminal theme settings. Add Anthropic interleaved thinking and max effort configuration. Reorganize settings structure. --- dot_config/amp/private_settings.json | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/dot_config/amp/private_settings.json b/dot_config/amp/private_settings.json index 20deb79af5a05029dd18895cbff89e6a780dc456..a5e581cf8c36e8608892a3586e212088e0d52d86 100644 --- a/dot_config/amp/private_settings.json +++ b/dot_config/amp/private_settings.json @@ -1,4 +1,11 @@ { + "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"], + "amp.anthropic.interleavedThinking.enabled": true, + "amp.anthropic.effort": "max", "amp.permissions": [ { "tool": "Bash", @@ -7,21 +14,5 @@ "cmd": "hut todo -t *" } } - ], - "amp.mcpServers": { - "kagi": { - "command": "kagi-ken-mcp" - }, - "context7": { - "command": "bunx", - "args": ["-y", "@upstash/context7-mcp"] - } - }, - "amp.anthropic.interleavedThinking.enabled": true, - "amp.terminal.theme": "terminal", - "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"] + ] }