File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import { MorphCloudClient } from "morphcloud";
1515const 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" ,
Original file line number Diff line number Diff 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] ;
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments