docs: update pricing for free-plan credit limit stop behavior - #706
Open
tembo[bot] wants to merge 1 commit into
Open
docs: update pricing for free-plan credit limit stop behavior#706tembo[bot] wants to merge 1 commit into
tembo[bot] wants to merge 1 commit into
Conversation
tembo
Bot
requested review from
DarrenBaldwin07 and
cooper-gadd
as code owners
August 18, 2026 13:05
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
What changed
Updated
resources/pricing.mdxto reflect that a running session on the Free plan is now stopped immediately if it exceeds the free credit allowance mid-session, rather than being allowed to run to completion.Why
The docs previously stated a blanket rule that "work that has already started can continue its current session" once the allowance runs out. That's no longer true for the Free plan: a shipped change now force-stops in-progress Free-plan sessions as soon as they exceed the free credit limit, and shows an explanatory message in the chat.
Evidence
apps/api/src/services/creditLimitEnforcement.ts(new in that PR):stopSessionIfFreePlanOverLimitchecksentitlements.plan.isFreeand, when out of credits, callsstopSessionForCreditLimit, which stops the session and emits a chat-visible message: "You've used all of your free credits, so this session has been stopped. Add funds or upgrade your plan to keep building."apps/api/src/services/tokenUsage.tscalls this check right after each model call's token usage is recorded, so it only applies toisFreeorgs (Pro/Max behavior is unchanged).Confidence
This is a high-confidence update: it corrects an exact, code-verified behavior change (session continuation vs. immediate stop) for a specific, well-defined plan tier (Free), directly supported by the merged implementation and its tests. No wording, positioning, or unreleased/experimental behavior is involved.
cc @benja
Note
Cursor Bugbot is generating a summary for commit 74d50cd. Configure here.