conductor(plan): Mark minimax_provider_20260306 tasks complete

This commit is contained in:
2026-03-06 23:37:37 -05:00
parent b79c1fce3c
commit a07b7e4f34

View File

@@ -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