fix: rename MiniMaxi to MiniMax for correct branding#117
Conversation
📝 WalkthroughWalkthroughRename of the MiniMaxi provider to MiniMax across the codebase: types, protocol names, provider IDs, asset filenames, UI identifiers, theme mappings, and tests updated from "MiniMaxi"/"minimaxi" to "MiniMax"/"minimax". Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The correct brand name is MiniMax (https://www.minimax.io/), not MiniMaxi. Renamed all code identifiers (classes, protocols, files, directories, display names, provider IDs, asset names) from MiniMaxi to MiniMax. API URLs (www.minimaxi.com, platform.minimaxi.com) and UserDefaults key strings are preserved unchanged for backward compatibility. Closes tddworks#116
54c400a to
21923cd
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #117 +/- ##
==========================================
+ Coverage 78.34% 78.46% +0.12%
==========================================
Files 77 77
Lines 5832 5832
==========================================
+ Hits 4569 4576 +7
+ Misses 1263 1256 -7
🚀 New features to boost your workflow:
|
Summary
Rename all code identifiers from MiniMaxi to MiniMax to match the correct brand name (minimax.io).
www.minimaxi.com,platform.minimaxi.com) — they are real endpointsWhat Changed
MiniMaxiProviderMiniMaxProviderMiniMaxiUsageProbeMiniMaxUsageProbeMiniMaxiSettingsRepositoryMiniMaxSettingsRepositoryMiniMaxiRemainsResponseMiniMaxRemainsResponse"minimaxi""minimax""MiniMaxi""MiniMax"MiniMaxiIconMiniMaxIconIntentionally Unchanged
www.minimaxi.com,platform.minimaxi.com)providerConfig.minimaxiAuthEnvVarcom.claudebar.credentials.minimaxi-api-keyminimaxiAuthEnvVar(),saveMinimaxiApiKey(), etc.Test Plan
tuist buildpassestuist test— all tests passgrep -ri "minimaxi" Sources/ Tests/confirms only API URLs and UserDefaults keys remainCloses #116
Summary by CodeRabbit
Bug Fixes
Refactor
Tests