From 388e9e86404db523c056e3a2afa33e8e3ffd8f30 Mon Sep 17 00:00:00 2001 From: John Sell Date: Tue, 9 Jun 2026 16:19:02 -0400 Subject: [PATCH 1/2] chore(ambient-ui): rebrand user-facing text from Ambient to ACP Co-Authored-By: Claude Opus 4.6 (1M context) --- components/ambient-ui/README.md | 4 ++-- components/ambient-ui/src/app/(dashboard)/page.tsx | 2 +- components/ambient-ui/src/app/layout.tsx | 4 ++-- components/ambient-ui/src/components/app-sidebar.tsx | 2 +- components/ambient-ui/src/components/nav-header.tsx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/ambient-ui/README.md b/components/ambient-ui/README.md index a9e9b17a8..b06634438 100644 --- a/components/ambient-ui/README.md +++ b/components/ambient-ui/README.md @@ -1,6 +1,6 @@ -# Ambient UI +# ACP UI -Operations console for the Ambient Code Platform. Next.js BFF with OIDC authentication (Keycloak), shadcn/ui components, and Red Hat design system. +Operations console for ACP. Next.js BFF with OIDC authentication (Keycloak), shadcn/ui components, and Red Hat design system. ## Local Development diff --git a/components/ambient-ui/src/app/(dashboard)/page.tsx b/components/ambient-ui/src/app/(dashboard)/page.tsx index 4e8e37afe..b835f43d4 100644 --- a/components/ambient-ui/src/app/(dashboard)/page.tsx +++ b/components/ambient-ui/src/app/(dashboard)/page.tsx @@ -63,7 +63,7 @@ export default function ProjectPickerPage() {
diff --git a/components/ambient-ui/src/app/layout.tsx b/components/ambient-ui/src/app/layout.tsx index 183dffbc7..901609fe6 100644 --- a/components/ambient-ui/src/app/layout.tsx +++ b/components/ambient-ui/src/app/layout.tsx @@ -16,8 +16,8 @@ const redHatMono = Red_Hat_Mono({ }) export const metadata: Metadata = { - title: "Ambient UI", - description: "Ambient Code Platform operations console", + title: "ACP", + description: "ACP operations console", } export default function RootLayout({ diff --git a/components/ambient-ui/src/components/app-sidebar.tsx b/components/ambient-ui/src/components/app-sidebar.tsx index ee7a36567..e4723b6b9 100644 --- a/components/ambient-ui/src/components/app-sidebar.tsx +++ b/components/ambient-ui/src/components/app-sidebar.tsx @@ -148,7 +148,7 @@ export function AppSidebar({ projectId }: AppSidebarProps) {
- Ambient + ACP
diff --git a/components/ambient-ui/src/components/nav-header.tsx b/components/ambient-ui/src/components/nav-header.tsx index dee50382f..11ba3b5f1 100644 --- a/components/ambient-ui/src/components/nav-header.tsx +++ b/components/ambient-ui/src/components/nav-header.tsx @@ -122,7 +122,7 @@ export function NavHeader({ projectId, projectName, pageName, sessionName, detai - Ambient + ACP From a7183f4ae0f5692efb78169293b9a0418606f621 Mon Sep 17 00:00:00 2001 From: John Sell Date: Tue, 9 Jun 2026 16:26:56 -0400 Subject: [PATCH 2/2] chore(ambient-ui): use full name in meta description Agent Control Plane gives more context than ACP for browser tabs and search engines. Co-Authored-By: Claude Opus 4.6 (1M context) --- components/ambient-ui/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ambient-ui/src/app/layout.tsx b/components/ambient-ui/src/app/layout.tsx index 901609fe6..705b98beb 100644 --- a/components/ambient-ui/src/app/layout.tsx +++ b/components/ambient-ui/src/app/layout.tsx @@ -17,7 +17,7 @@ const redHatMono = Red_Hat_Mono({ export const metadata: Metadata = { title: "ACP", - description: "ACP operations console", + description: "Agent Control Plane operations console", } export default function RootLayout({