chore(crush): switch to axonhub, remove context7

Amolith created

Change summary

dot_config/crush/crush.json | 28 ++++++++++++++++++++--------
1 file changed, 20 insertions(+), 8 deletions(-)

Detailed changes

dot_config/crush/crush.json 🔗

@@ -5,10 +5,6 @@
 			"type": "stdio",
 			"command": "kagi-ken-mcp",
 			"disabled_tools": ["kagi_summarizer"]
-		},
-		"context7": {
-			"type": "http",
-			"url": "https://mcp.context7.com/mcp"
 		}
 	},
 	"options": {
@@ -19,11 +15,11 @@
 		"disable_metrics": true
 	},
 	"providers": {
-		"plexus": {
-			"name": "Plexus",
+		"axonhub": {
+			"name": "AxonHub",
 			"type": "anthropic",
-			"base_url": "http://100.108.156.33:4000/",
-			"api_key": "$(op read 'op://Shared/Plexus/amolith/nrpy6hsfhcpyq3yyvjzfjerkg4')",
+			"base_url": "http://100.108.156.33:8090/anthropic",
+			"api_key": "$(op read 'op://Private/tgnktfktlvqikye426a7mhbvo4/crush')",
 			"models": [
 				{
 					"id": "claude-opus-4.5",
@@ -41,6 +37,22 @@
 					"can_reason": true,
 					"supports_attachments": true
 				},
+				{
+					"id": "gpt-5.2",
+					"name": "GPT 5.2",
+					"context_window": 400000,
+					"default_max_tokens": 50000,
+					"can_reason": true,
+					"supports_attachments": true
+				},
+				{
+					"id": "gpt-5.2-codex",
+					"name": "GPT 5.2 Codex",
+					"context_window": 400000,
+					"default_max_tokens": 50000,
+					"can_reason": true,
+					"supports_attachments": true
+				},
 				{
 					"id": "glm-4.7",
 					"name": "GLM 4.7",