Skip to content

Conversation

@kylecarbs
Copy link
Member

I've updated the mux NPM to use the GitHub Actions auth too.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 1 to 9
{
"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"
},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Removing cmux binary without alias breaks existing installs

Changing the bin entry from "cmux" to "mux" drops the cmux executable from the published package. Any user who upgrades from a previous version and runs cmux (as documented throughout the repo and used in downstream scripts) will now get command not found. Because the version remains 0.5.1, consumers will not expect a breaking CLI rename and there is no replacement alias to ease migration. Please keep cmux as an alias or bump the major version to indicate the breaking change.

Useful? React with 👍 / 👎.

@kylecarbs kylecarbs merged commit 2647a3c into main Nov 10, 2025
14 checks passed
@kylecarbs kylecarbs deleted the packagename branch November 10, 2025 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant