Disable Trinity Large Thinking free and notify affected users#2621
Merged
Conversation
… users Disable the free version of Trinity Large Thinking by setting its status to 'disabled' (keeping it in kiloExclusiveModels per codebase convention). Add an in-app notification for affected users (queried via PostHog) suggesting they switch to the paid version or Kilo Auto Free, following the same pattern as the MiMo deprecation notification.
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (13 files)
Reviewed by gpt-5.4-20260305 · 721,310 tokens |
Remove arcee-ai/trinity-large-thinking:free from the approval snapshot since the model has been disabled in arcee.ts.
Contributor
|
@chrarnoldus good to merge? |
lambertjosh
approved these changes
Apr 20, 2026
lambertjosh
left a comment
Contributor
There was a problem hiding this comment.
Approving, although I didn't test the notification.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
'disabled'inarcee.ts. The model is intentionally kept in thekiloExclusiveModelsarray per the codebase convention: models should be set to'disabled'first and only removed later when very few users are requesting it.generateTrinityLargeThinkingNoLongerFreeNotification) for affected users, queried via PostHog cohortnotification_trinity_large_thinking_no_longer_free_users. The notification informs users the free promotion has ended and suggests switching to the paid version or Kilo Auto Free. This follows the same pattern established bygenerateMimoNoLongerFreeNotification.Verification
arcee.tsstatus change from'public'to'disabled'.generateMimoNoLongerFreeNotificationpattern exactly (PostHog query, error handling, notification shape).conditionalNotificationsarray.node_modules/tooling in the sandbox environment; CI will validate.Visual Changes
N/A
Reviewer Notes
notification_trinity_large_thinking_no_longer_free_usersneeds to be created before this goes live. Coordinate with the data team to populate it with users who have been usingarcee-ai/trinity-large-thinking:free.suggestModelId: KILO_AUTO_FREE_MODEL.id(already imported innotifications.ts) to suggest Kilo Auto Free as an alternative.Built for Ari Messer by Kilo for Slack