mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-09-02 16:35:39 +00:00
The QA audit found minimax was wired into production everywhere but omitted from provider-enumeration test data, so a future regression dropping it would go uncaught. Add minimax to ProviderType.Valid()'s validTypes table, to the GetSecretPatterns config (expected count 29→30, exercising the "MiniMax Key" redaction pattern), and to clearConfigEnv's hermetic env list. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>