From eb27b7641625e12afe3d62622f6615ea7ae7a2e1 Mon Sep 17 00:00:00 2001 From: Neil Raina Date: Mon, 9 Feb 2026 20:11:34 -0500 Subject: [PATCH] chore: rename copilot references to assembly --- scripts/dev.js | 2 +- src/bridge/README.md | 2 +- src/utils/session.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/dev.js b/scripts/dev.js index 846d42c0..30331656 100644 --- a/scripts/dev.js +++ b/scripts/dev.js @@ -28,7 +28,7 @@ app.prepare().then(async () => { const ngrokUrl = listener.url(); const { default: open, apps } = await import('open'); - const url = `https://dashboard.copilot.app/dev-mode?url=${encodeURIComponent( + const url = `https://dashboard.assembly.com/dev-mode?url=${encodeURIComponent( ngrokUrl, )}`; diff --git a/src/bridge/README.md b/src/bridge/README.md index ebfb8734..abb9784c 100644 --- a/src/bridge/README.md +++ b/src/bridge/README.md @@ -1,3 +1,3 @@ # App Bridge -The Copilot App Bridge is a two-way communication protocol between your Copilot workspace and custom app. In this folder you will find helpers that make working with the App Bridge simpler. +The Assembly App Bridge is a two-way communication protocol between your Assembly workspace and custom app. In this folder you will find helpers that make working with the App Bridge simpler. diff --git a/src/utils/session.ts b/src/utils/session.ts index ec710ec4..55889409 100644 --- a/src/utils/session.ts +++ b/src/utils/session.ts @@ -11,7 +11,7 @@ export async function getSession(searchParams: SearchParams) { // error boundary page instead of a vercel error. const apiKey = need( process.env.ASSEMBLY_API_KEY, - 'ASSEMBLY_API_KEY is required, guide available at: https://docs.copilot.app/docs/custom-apps-setting-up-your-first-app#step-2-register-your-app-and-get-an-api-key', + 'ASSEMBLY_API_KEY is required, guide available at: https://docs.assembly.com/docs/custom-apps-setting-up-your-first-app#step-2-register-your-app-and-get-an-api-key', ); const assembly = assemblyApi({