From 90d8f56cc27b2fafc8a4b551b1cb6612a785ca6f Mon Sep 17 00:00:00 2001 From: Danny Kopping Date: Tue, 26 May 2026 17:08:45 +0200 Subject: [PATCH] fix(site): rename "AI Bridge" to "AI Gateway" in paywall card (#25677) *Disclaimer: implemented by a Coder Agent using Claude Opus 4.6* ## Summary Renames "AI Bridge" to "AI Gateway" in the paywall card shown on the AI Governance settings page when the feature is not entitled. ## Changes In `PaywallAIGovernance.tsx`: - Title: `AI Bridge` -> `AI Gateway` - Description text: `AI Bridge provides...` / `AI Bridge requires...` -> `AI Gateway provides...` / `AI Gateway requires...` - Docs link label: `AI Bridge Docs` -> `AI Gateway Docs` --- site/src/components/Paywall/PaywallAIGovernance.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/src/components/Paywall/PaywallAIGovernance.tsx b/site/src/components/Paywall/PaywallAIGovernance.tsx index 0b8b7f9bec..9aff0257f4 100644 --- a/site/src/components/Paywall/PaywallAIGovernance.tsx +++ b/site/src/components/Paywall/PaywallAIGovernance.tsx @@ -19,13 +19,13 @@ const PaywallAIGovernance = () => { - AI Bridge + AI Gateway AI Governance - AI Bridge provides auditable visibility into user prompts and LLM tool - calls from developer tools within Coder Workspaces. AI Bridge requires - a Premium license with AI Governance add-on. + AI Gateway provides auditable visibility into user prompts and LLM + tool calls from developer tools within Coder Workspaces. AI Gateway + requires a Premium license with AI Governance add-on. Learn about AI Governance @@ -49,7 +49,7 @@ const PaywallAIGovernance = () => { rel="noreferrer" className="text-content-link" > - AI Bridge Docs + AI Gateway Docs