docs(brain): note trial attach after Slack OAuth#1313
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 9bbe436 | Commit Preview URL Branch Preview URL |
Jul 21 2026, 09:37 PM |
How to use the Graphite Merge QueueAdd the label Main to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Claude finished @MaheshtheDev's task in 1m 26s —— View job Review Complete
Overview: Adds Company Brain trial billing UI and state management, showing Scale trial with 14-day/200-credit limits and handling trial-ended states. Issues found: None — this looks good to ship. The implementation is solid:
Score: 10/10 |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 9bbe436 | Jul 21 2026, 09:35 PM |
There was a problem hiding this comment.
Overview: Adds Company Brain trial billing UI and state management, showing Scale trial with 14-day/200-credit limits and handling trial-ended states.
Issues found: None — this looks good to ship.
The implementation is solid:
- Trial state logic correctly handles active, expired, and exhausted states
isLiveSubscriptionStatusinqueries.tsproperly treats "trialing" as a valid subscription for feature access- Timestamp handling in
use-token-usage.tscorrectly distinguishes seconds vs milliseconds (threshold at 10B) getBrainTrialInfosafely parses metadata as either string or object with proper error handling- UI correctly gates the plan carousel for Company Brain orgs (Scale + Enterprise only)
- Credit display appropriately switches between trial credits and top-up credits based on subscription state
Score: 10/10
0f86318 to
b9167d9
Compare
There was a problem hiding this comment.
Overview: Adds Company Brain trial billing UI and state management, showing Scale trial with 14-day/200-credit limits and handling trial-ended states.
Issues found: None — this looks good to ship.
The implementation is solid:
- Trial state logic correctly handles active, expired, and exhausted states
isLiveSubscriptionStatusinqueries.tsproperly treats "trialing" as a valid subscription for feature access- Timestamp handling in
use-token-usage.tscorrectly distinguishes seconds vs milliseconds (threshold at 10B) getBrainTrialInfosafely parses metadata as either string or object with proper error handling viaNumber.isFinite()checks- UI correctly gates the plan carousel for Company Brain orgs (Scale + Enterprise only)
- Credit display appropriately switches between trial credits and top-up credits based on subscription state
Score: 10/10
There was a problem hiding this comment.
Overview: Adds Company Brain trial billing UI and state management, showing Scale trial with 14-day/200-credit limits and handling trial-ended states.
Issues found: None — this looks good to ship.
The implementation is solid:
- Trial state logic correctly handles active, expired, and exhausted states
isLiveSubscriptionStatusinqueries.tsproperly treats "trialing" as a valid subscription for feature access- Timestamp handling in
use-token-usage.tscorrectly distinguishes seconds vs milliseconds (threshold at 10B) getBrainTrialInfosafely parses metadata as either string or object with proper error handling viaNumber.isFinite()checks- UI correctly gates the plan carousel for Company Brain orgs (Scale + Enterprise only)
- Credit display appropriately switches between trial credits and top-up credits based on subscription state
Score: 10/10
Merge activity
|
## Summary - Documents that mono attaches Scale 14d trial + Company Brain after Slack OAuth from `/brain`. Stacks on #1310. Billing implementation is in mono.
b9167d9 to
9bbe436
Compare
Summary
/brain.Stacks on #1310. Billing implementation is in mono.