chore(amp): update configuration

Amolith created

Remove MCP servers and terminal theme settings. Add Anthropic
interleaved thinking and max effort configuration. Reorganize settings
structure.

Change summary

dot_config/amp/private_settings.json | 25 ++++++++-----------------
1 file changed, 8 insertions(+), 17 deletions(-)

Detailed changes

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"]
+	]
 }