You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct native usage-limit docs and spend UI details for 2.36 (#27827)
Follow-up to #27825. Native chat usage-limit enforcement was already
removed from `release/2.36` by #27599 (`checkUsageLimit` is a no-op),
but the docs added in #27825 claimed stored native values are still
enforced per message with a 409 response. This corrects the docs and
folds in small spend UI fixes found during UAT.
## Docs
- State that native limits are no longer configurable or enforced as of
release 2.36, stored values are inert and not migrated, and AI Gateway
budgets are the only enforcement mechanism (`usage-insights.md`,
`platform-controls/index.md`, `cost-controls.md`).
- Restore the warning that spend limits previously configured under
Admin settings > AI > Spend are no longer enforced.
- Drop the migration bullet claiming users can be subject to both native
limits and budgets.
- Restore the note that automatic title generation is not included in
usage reporting.
## Frontend
- Render the group members page AI spend reset date in UTC via a shared
`formatSpendResetLabel` helper, matching the budget period formatting
elsewhere. Non-UTC viewers previously saw two different dates for one
period.
- Pin a non-UTC timezone in `budget.test.ts` so CI fails if formatting
falls back to local time (verified red under the old implementation).
- Restore the title-generation note on the cost summary, reworded for
usage reporting.
> Mux prepared this PR on Mike's behalf.
0 commit comments