From b3852c707bf0f18b6d4f7c48b004a5b48c474b67 Mon Sep 17 00:00:00 2001 From: Michael Suchacz <203725896+ibetitsmike@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:01:27 +0200 Subject: [PATCH] fix(site/src/pages/AISettingsPage/SpendPage): announce cost controls move in v2.36 (#27688) Corrects the version in the AI settings Spend banner: cost controls features move to AI Governance in **v2.36**, not v2.37. Updates the banner copy in `SpendPageView` and the matching Storybook play assertion. No other changes. The `release/2.36` backport is opened manually as #27690, so this PR does not carry the `cherry-pick` label. > Mux, an AI agent, prepared this PR on Mike's behalf. --- .../pages/AISettingsPage/SpendPage/SpendPageView.stories.tsx | 2 +- site/src/pages/AISettingsPage/SpendPage/SpendPageView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/pages/AISettingsPage/SpendPage/SpendPageView.stories.tsx b/site/src/pages/AISettingsPage/SpendPage/SpendPageView.stories.tsx index 64d6b102d6..91e63fb29b 100644 --- a/site/src/pages/AISettingsPage/SpendPage/SpendPageView.stories.tsx +++ b/site/src/pages/AISettingsPage/SpendPage/SpendPageView.stories.tsx @@ -302,7 +302,7 @@ export const SpendWithLimitsAndUsers: Story = { await canvas.findByText("Spend limits and usage"); await expect( canvas.getByText( - /Cost controls features will move to AI Governance in v2\.37\./, + /Cost controls features will move to AI Governance in v2\.36\./, ), ).toBeInTheDocument(); await expect( diff --git a/site/src/pages/AISettingsPage/SpendPage/SpendPageView.tsx b/site/src/pages/AISettingsPage/SpendPage/SpendPageView.tsx index 2514f8c13a..b8877849d2 100644 --- a/site/src/pages/AISettingsPage/SpendPage/SpendPageView.tsx +++ b/site/src/pages/AISettingsPage/SpendPage/SpendPageView.tsx @@ -237,7 +237,7 @@ export const SpendPageView: FC = ({
- Cost controls features will move to AI Governance in v2.37.{" "} + Cost controls features will move to AI Governance in v2.36.{" "}