chore(crush): remove minimax provider

Amolith created

Change summary

dot_config/crush/crush.json | 32 +++-----------------------------
1 file changed, 3 insertions(+), 29 deletions(-)

Detailed changes

dot_config/crush/crush.json 🔗

@@ -7,12 +7,13 @@
 		}
 	},
 	"options": {
-		"disable_provider_auto_update": true,
 		"attribution": {
 			"trailer_style": "assisted-by",
 			"generated_with": false
 		},
-		"memory_paths": ["~/.config/crush/rules", "~/.config/AGENTS.md"]
+		"memory_paths": ["~/.config/crush/rules", "~/.config/AGENTS.md"],
+		"disable_provider_auto_update": true,
+		"disable_metrics": true
 	},
 	"providers": {
 		"anthropic": {
@@ -157,33 +158,6 @@
 					"supports_attachments": false
 				}
 			]
-		},
-		"minimax": {
-			"name": "MiniMax",
-			"type": "anthropic",
-			"base_url": "https://api.minimax.io/anthropic",
-			"api_key": "$MINIMAX_API_KEY",
-			"extra_headers": {
-				"User-Agent": "claude-cli/2.0.31 (external, cli)",
-				"x-app": "cli",
-				"anthropic-version": "2023-06-01",
-				"anthropic-beta": "oauth-2025-04-20,interleaved-thinking-2025-05-14,fine-grained-tool-streaming-2025-05-14"
-			},
-			"models": [
-				{
-					"id": "MiniMax-M2",
-					"name": "MiniMax M2",
-					"cost_per_1m_in": 0,
-					"cost_per_1m_out": 0,
-					"cost_per_1m_in_cached": 0,
-					"cost_per_1m_out_cached": 0,
-					"context_window": 200000,
-					"default_max_tokens": 16384,
-					"can_reason": true,
-					"has_reasoning_efforts": false,
-					"supports_attachments": true
-				}
-			]
 		}
 	}
 }