Skip to content

Commit b878bf2

Browse files
Update cmux.dev references to cmux.com (#1761)
cmux.com is now the primary domain. Updated main page banner, manaflow about page, GitHub PR comment signatures, and added cmux.com to iframe preflight, morph instance, and electron proxy allowlists (keeping cmux.dev for backwards compatibility). Co-authored-by: Lawrence Chen <[email protected]>
1 parent df8154e commit b878bf2

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

apps/client/electron/main/task-run-preview-proxy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const CMUX_DOMAINS = [
7575
"cmux.app",
7676
"cmux.sh",
7777
"cmux.dev",
78+
"cmux.com",
7879
"cmux.local",
7980
"cmux.localhost",
8081
"manaflow.com",

apps/www/app/manaflow/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ export default function ManaflowPage() {
3131
<div>
3232
<div className="flex items-center gap-2">
3333
<a
34-
href="https://cmux.dev"
34+
href="https://cmux.com"
3535
target="_blank"
3636
className="text-black underline hover:text-neutral-600"
3737
>
38-
cmux.dev
38+
cmux.com
3939
</a>
4040
<a
4141
href="https://github.com/manaflow-ai/manaflow"

apps/www/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@ export default async function LandingPage() {
164164
</div>
165165

166166
<a
167-
href="https://cmux.dev/"
167+
href="https://cmux.com/"
168168
target="_blank"
169169
rel="noopener noreferrer"
170170
className="group relative z-10 flex items-center justify-center gap-2.5 bg-sky-950/80 px-4 py-2.5 text-sm transition-colors hover:bg-sky-900/80"
171171
>
172172
<CmuxIcon className="h-3.5 w-3.5" aria-hidden />
173173
<span className="text-sky-100/90">
174-
<span className="font-medium text-white">cmux.dev</span>
174+
<span className="font-medium text-white">cmux.com</span>
175175
<span className="hidden sm:inline"> — The Open Source Terminal for Coding Agents</span>
176176
</span>
177177
<ArrowRight className="h-3.5 w-3.5 text-sky-300/60 transition-transform group-hover:translate-x-0.5 group-hover:text-sky-200" aria-hidden />

apps/www/lib/routes/iframe-preflight.route.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { MorphCloudClient } from "morphcloud";
1515
const ALLOWED_HOST_SUFFIXES = [
1616
".cmux.sh",
1717
".cmux.dev",
18+
".cmux.com",
1819
".manaflow.com",
1920
".cmux.local",
2021
".cmux.localhost",
@@ -28,7 +29,9 @@ const ALLOWED_EXACT_HOSTS = new Set<string>([
2829
"cmux.sh",
2930
"www.cmux.sh",
3031
"cmux.dev",
32+
"cmux.com",
3133
"www.cmux.dev",
34+
"www.cmux.com",
3235
"manaflow.com",
3336
"www.manaflow.com",
3437
"cmux.local",

packages/convex/convex/github_pr_comments.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ const COMMENT_SIGNATURE_MATCHERS = [
244244
COMMENT_SIGNATURE,
245245
PREVIEW_SIGNATURE,
246246
// Legacy cmux.dev signatures for backwards compatibility
247-
"_Generated by [cmux](https://cmux.dev)",
248-
"_Generated by [cmux](https://cmux.dev) preview system_",
247+
"_Generated by [cmux](https://cmux.com)",
248+
"_Generated by [cmux](https://cmux.com) preview system_",
249249
`_Generated by [manaflow](${CMUX_BASE_URL})`, // New signature without UTM
250250
`_Generated by [manaflow](${CMUX_BASE_URL}) preview system_`, // New preview signature without UTM
251251
];

packages/shared/src/utils/morph-instance.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const PROXY_DOMAINS = [
44
"cmux.app",
55
"cmux.sh",
66
"cmux.dev",
7+
"cmux.com",
78
"manaflow.com",
89
"cmux.local",
910
"cmux.localhost",

0 commit comments

Comments
 (0)