cmux 0.2.22 → 0.2.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +0 -3
  2. package/cmux-cli +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,11 +4,8 @@ A single-executable web app multiplexer with built-in Convex backend. cmux allow
4
4
 
5
5
  ## Features
6
6
 
7
- - 🚀 Single executable file - no installation required
8
- - 🔧 Built-in Convex backend for data persistence
9
7
  - 🌐 Web-based UI for managing tasks
10
8
  - 🐳 Docker integration for isolated environments
11
- - ⚡ Fast startup and minimal dependencies
12
9
 
13
10
  ## Installation
14
11
 
package/cmux-cli CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmux",
3
- "version": "0.2.22",
3
+ "version": "0.2.24",
4
4
  "description": "Open source Claude Code manager that supports Codex/Gemini/OpenCode/Amp CLI",
5
5
  "bin": {
6
6
  "cmux": "cmux-cli"