From 7af8895d5f47361ed0d5af21f44cab0d3ab0357b Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 17 Nov 2025 16:44:17 -0700 Subject: [PATCH] chore(crush): remove minimax provider --- dot_config/crush/crush.json | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index 0d091e929fe3e896bfc277ae02c5c9697d249764..ace3412ba0011f8638e5fe55c0d884149e3b65a9 100644 --- a/dot_config/crush/crush.json +++ b/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 - } - ] } } }