Context
We currently show a notification to users about MiniMax M2.5 free tier ending soon based on whether they had usage in the past few days. This is too broad — it captures users who may be paying customers and we don't want them to end up switching to a free model unnecessarily.
Related PR that added the notification: Kilo-Org/kilocode#7971
Related PR that removed the Learn More button: #1803
Requested Change
Only show the MiniMax M2.5 "free ending soon" notification to users who currently have M2.5 selected as their model — either as a user override or in their settings. Do not show it based solely on recent usage.
Notes
- The notification logic lives in
src/lib/notifications.ts
- This likely requires checking the user's currently selected model on the backend before deciding to send the notification
- Currently the backend doesn't have easy access to the user's selected model for this check, so this may require some additional plumbing
From discussion: #1803
Context
We currently show a notification to users about MiniMax M2.5 free tier ending soon based on whether they had usage in the past few days. This is too broad — it captures users who may be paying customers and we don't want them to end up switching to a free model unnecessarily.
Related PR that added the notification: Kilo-Org/kilocode#7971
Related PR that removed the Learn More button: #1803
Requested Change
Only show the MiniMax M2.5 "free ending soon" notification to users who currently have M2.5 selected as their model — either as a user override or in their settings. Do not show it based solely on recent usage.
Notes
src/lib/notifications.tsFrom discussion: #1803