docs(m164): changelog — metered runs are priced from the catalogue - #172
Merged
Conversation
One entry covering the breaking removal of `free_trial` from `GET /v1/tenants/me/billing` and the four behaviour changes the deletion uncovers: metered platform stages charge the catalogue rate, an unpriced model fails closed, the budget gates can now refuse, and fleet deletion cascades to memory. The harness and test work in the product branch is internal and gets no entry, per the Changelog Claim Challenge. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…g member Two corrections to the entry. The breaking-change bullet described the billing response as `balance_nanos`, `is_exhausted`, and `exhausted_at` and omitted `updated_at`, which the handler emits — the same defect the architecture doc carried, now pinned by a test that asserts the published member set. The rename lands as a bug-fix bullet because it is user-visible: the pricing card read "Free trial" and the pricing answer said metering began "after the trial", describing an ending the product no longer has.
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.
Changelog entry for M164_001, which deletes the free trial and prices metered runs from the model catalogue.
A promotional window sat in front of every price: a per-tenant timestamp, nullable with no default, whose only writer was a test fixture. Null read as "the window is open", so every account held null and every metered stage priced to zero for the whole life of the account.
What the entry covers
GET /v1/tenants/me/billingno longer returnsfree_trial. The bullet lists all four surviving members (balance_nanos,updated_at,is_exhausted,exhausted_at); it previously omittedupdated_at, which the handler does emit.memory.memory_entriesrows are removed with their fleet.Product side:
agentsfleetPR forfeat/m164-delete-the-free-trial.🤖 Generated with Claude Code
Greptile Summary
This PR adds the Aug 13, 2026 changelog entry for the removal of the free-trial mechanism.
free_trialfrom the tenant billing response.Confidence Score: 5/5
The documentation-only change appears safe to merge.
The new dated entry clearly supersedes earlier historical billing behavior, and its current pricing and fleet-deletion claims are consistent with the repository’s active documentation.
Important Files Changed
Reviews (1): Last reviewed commit: "docs(m164): name early access in the cha..." | Re-trigger Greptile
Context used: