From b457c23446da87da60a12af4fffe8794b2885e0b Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Mon, 10 Nov 2025 10:26:56 -0500 Subject: [PATCH] Update the package name to 'mux' --- bun.lock | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 9c5fe6e83..9167d62f2 100644 --- a/bun.lock +++ b/bun.lock @@ -2,7 +2,7 @@ "lockfileVersion": 1, "workspaces": { "": { - "name": "@coder/cmux", + "name": "mux", "dependencies": { "@ai-sdk/anthropic": "^2.0.29", "@ai-sdk/openai": "^2.0.52", diff --git a/package.json b/package.json index 717923c4e..1092a1ff7 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "@coder/cmux", + "name": "mux", "version": "0.5.1", "description": "cmux - coder multiplexer", "author": "Coder", "main": "dist/main.js", "bin": { - "cmux": "dist/main.js" + "mux": "dist/main.js" }, "license": "AGPL-3.0-only", "repository": {