feat(providers): adapt MiniMax usage UI for Token Plan quotas#595
feat(providers): adapt MiniMax usage UI for Token Plan quotas#595shixy96 wants to merge 3 commits intosteipete:mainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 83cc251022
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Sources/CodexBarCore/Providers/MiniMax/MiniMaxUsageFetcher.swift
Outdated
Show resolved
Hide resolved
83cc251 to
2c7d841
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2c7d841521
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Sources/CodexBarCore/Providers/MiniMax/MiniMaxUsageFetcher.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 90ba295d4e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
MiniMax has expanded its former Coding Plan into the new Token Plan, a single subscription that covers text, speech, image, music, and video models with per-model quotas.
This PR updates CodexBar's MiniMax integration to better match that model:
MiniMax-M*text model for the top-level summaryWhy
MiniMax's official Token Plan now describes:
The previous CodexBar presentation was too coarse for that structure. This change makes the MiniMax menu and dashboard actions align more closely with the official plan model without changing other providers' usage behavior.
Screenshots
Testing
swiftlint --strictpnpm check./Scripts/compile_and_run.shReferences