From 5a41aad89f516bfd481b6ebf25483fbd465124a5 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 26 Jan 2026 09:30:42 -0700 Subject: [PATCH] chore(crush): switch to axonhub, remove context7 --- dot_config/crush/crush.json | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index f5b109a4470bef7aa5cadaede09cac4739359a6d..796b5ba4486020f560277ee7caf17e4747dae891 100644 --- a/dot_config/crush/crush.json +++ b/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",