From 72a273269719c74aa63b73e3b837e57960366a7d Mon Sep 17 00:00:00 2001 From: Ammar Date: Tue, 2 Dec 2025 12:11:08 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20chore:=20update=20homepage=20fro?= =?UTF-8?q?m=20cmux.io=20to=20mux.coder.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++----------- docs/CNAME | 2 +- src/browser/utils/commands/sources.ts | 2 +- vscode/README.md | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3bdce5f26e..35aa1d21f7 100644 --- a/README.md +++ b/README.md @@ -33,21 +33,21 @@ Here are some specific use cases we enable: ## Features -- **Isolated workspaces** with central view on git divergence ([docs](https://cmux.io/runtime.html)) - - **[Local](https://cmux.io/runtime/local.html)**: run directly in your project directory - - **[Worktree](https://cmux.io/runtime/worktree.html)**: git worktrees on your local machine - - **[SSH](https://cmux.io/runtime/ssh.html)**: remote execution on a server over SSH +- **Isolated workspaces** with central view on git divergence ([docs](https://mux.coder.com/runtime.html)) + - **[Local](https://mux.coder.com/runtime/local.html)**: run directly in your project directory + - **[Worktree](https://mux.coder.com/runtime/worktree.html)**: git worktrees on your local machine + - **[SSH](https://mux.coder.com/runtime/ssh.html)**: remote execution on a server over SSH - **Multi-model** (`sonnet-4-*`, `grok-*`, `gpt-5-*`, `opus-4-*`) - - Ollama supported for local LLMs ([docs](https://cmux.io/models.html#ollama-local)) - - OpenRouter supported for long-tail of LLMs ([docs](https://cmux.io/models.html#openrouter-cloud)) -- **VS Code Extension**: Jump into mux workspaces directly from VS Code ([docs](https://cmux.io/vscode-extension.html)) + - Ollama supported for local LLMs ([docs](https://mux.coder.com/models.html#ollama-local)) + - OpenRouter supported for long-tail of LLMs ([docs](https://mux.coder.com/models.html#openrouter-cloud)) +- **VS Code Extension**: Jump into mux workspaces directly from VS Code ([docs](https://mux.coder.com/vscode-extension.html)) - Supporting UI and keybinds for efficiently managing a suite of agents - Rich markdown outputs (mermaid diagrams, LaTeX, etc.) mux has a custom agent loop but much of the core UX is inspired by Claude Code. You'll find familiar features like Plan/Exec mode, vim inputs, `/compact` and new ones -like [opportunistic compaction](https://cmux.io/context-management.html) and [mode prompts](https://cmux.io/instruction-files.html#mode-prompts). +like [opportunistic compaction](https://mux.coder.com/context-management.html) and [mode prompts](https://mux.coder.com/instruction-files.html#mode-prompts). -**[Read the full documentation →](https://cmux.io)** +**[Read the full documentation →](https://mux.coder.com)** ## Install @@ -58,7 +58,7 @@ like [opportunistic compaction](https://cmux.io/context-management.html) and [mo Download pre-built binaries from [the releases page](https://github.com/coder/mux/releases) for macOS and Linux. -[More on installation →](https://cmux.io/install.html) +[More on installation →](https://mux.coder.com/install.html) ## Screenshots @@ -99,7 +99,7 @@ macOS and Linux. ## More reading -See [the documentation](https://cmux.io) for more details. +See [the documentation](https://mux.coder.com) for more details. ## Development diff --git a/docs/CNAME b/docs/CNAME index 70e277d2f3..17154ad7e8 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -cmux.io +mux.coder.com diff --git a/src/browser/utils/commands/sources.ts b/src/browser/utils/commands/sources.ts index 8738f6b5ee..2eb6d33513 100644 --- a/src/browser/utils/commands/sources.ts +++ b/src/browser/utils/commands/sources.ts @@ -487,7 +487,7 @@ export function buildCoreSources(p: BuildSourcesParams): Array<() => CommandActi section: section.help, run: () => { try { - window.open("https://cmux.io/keybinds.html", "_blank"); + window.open("https://mux.coder.com/keybinds.html", "_blank"); } catch { /* ignore */ } diff --git a/vscode/README.md b/vscode/README.md index 7cdefad3b2..575a77792a 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -1,6 +1,6 @@ # mux VS Code Extension -Open [mux](https://cmux.io) workspaces from VS Code or Cursor. +Open [mux](https://mux.coder.com) workspaces from VS Code or Cursor. ## Installation