We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f9dd4 commit 2647a3cCopy full SHA for 2647a3c
bun.lock
@@ -2,7 +2,7 @@
2
"lockfileVersion": 1,
3
"workspaces": {
4
"": {
5
- "name": "@coder/cmux",
+ "name": "mux",
6
"dependencies": {
7
"@ai-sdk/anthropic": "^2.0.29",
8
"@ai-sdk/openai": "^2.0.52",
package.json
@@ -1,11 +1,11 @@
1
{
"version": "0.5.1",
"description": "cmux - coder multiplexer",
"author": "Coder",
"main": "dist/main.js",
"bin": {
- "cmux": "dist/main.js"
+ "mux": "dist/main.js"
9
},
10
"license": "AGPL-3.0-only",
11
"repository": {
0 commit comments