Release Notes
Added
- Server restart command (
codemux restart and codemux server restart) for convenient server management
- Automatic port persistence - server saves and reuses port configuration across restarts
- Expo app now uses port 18765 in development mode to match debug build configuration
Changed
- Updated app identifier from
com.codemux.codemux to dev.codemux.cli for proper configuration directory structure
Fixed
Install codemux 0.1.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/codemuxlab/codemux-cli/releases/download/v0.1.9/codemux-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/codemuxlab/codemux-cli/releases/download/v0.1.9/codemux-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install codemuxlab/tap/codemux
Install prebuilt binaries into your npm project
npm install codemux@0.1.9
Download codemux 0.1.9