diff --git a/conductor/tracks/minimax_provider_20260306/plan.md b/conductor/tracks/minimax_provider_20260306/plan.md index 51ebe54..88adf6d 100644 --- a/conductor/tracks/minimax_provider_20260306/plan.md +++ b/conductor/tracks/minimax_provider_20260306/plan.md @@ -5,16 +5,16 @@ ## Phase 1: Provider Registration Focus: Add minimax to PROVIDERS lists and credentials -- [ ] Task 1.1: Add "minimax" to PROVIDERS list +- [x] Task 1.1: Add "minimax" to PROVIDERS list [b79c1fc] - WHERE: src/gui_2.py line 28 - WHAT: Add "minimax" to PROVIDERS list - HOW: Edit the list -- [ ] Task 1.2: Add "minimax" to app_controller.py PROVIDERS +- [x] Task 1.2: Add "minimax" to app_controller.py PROVIDERS [b79c1fc] - WHERE: src/app_controller.py line 117 - WHAT: Add "minimax" to PROVIDERS list -- [ ] Task 1.3: Add minimax credentials template +- [x] Task 1.3: Add minimax credentials template [b79c1fc] - WHERE: src/ai_client.py (credentials template section) - WHAT: Add minimax API key section to credentials template - HOW: @@ -26,7 +26,7 @@ Focus: Add minimax to PROVIDERS lists and credentials ## Phase 2: Client Implementation Focus: Implement MiniMax client and model listing -- [ ] Task 2.1: Add client globals +- [x] Task 2.1: Add client globals [b79c1fc] - WHERE: src/ai_client.py (around line 73) - WHAT: Add _minimax_client, _minimax_history, _minimax_history_lock