Release v1.23.0 (#31)
* Rename cmuxterm to cmux across entire codebase - Rename GitHub repos: manaflow-ai/cmuxterm -> manaflow-ai/cmux, manaflow-ai/homebrew-cmuxterm -> manaflow-ai/homebrew-cmux - Rename bundle IDs: com.cmuxterm.app -> com.cmux.app - Rename CLI: CLI/cmuxterm.swift -> CLI/cmux.swift - Rename homebrew submodule: homebrew-cmuxterm -> homebrew-cmux - Update all socket paths: /tmp/cmuxterm*.sock -> /tmp/cmux*.sock - Update all GitHub URLs, DMG names, Sparkle URLs - Update all source files, scripts, tests, docs, CI workflows * Bump version to 1.23.0
This commit is contained in:
parent
9ba1d02b2b
commit
9817d131f8
70 changed files with 466 additions and 450 deletions
18
README.md
18
README.md
|
|
@ -1,14 +1,14 @@
|
|||
<h1 align="center">cmuxterm</h1>
|
||||
<h1 align="center">cmux</h1>
|
||||
<p align="center">A Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/manaflow-ai/cmuxterm/releases/latest/download/cmuxterm-macos.dmg">
|
||||
<img src="./docs/assets/macos-badge.png" alt="Download cmuxterm for macOS" width="180" />
|
||||
<a href="https://github.com/manaflow-ai/cmux/releases/latest/download/cmux-macos.dmg">
|
||||
<img src="./docs/assets/macos-badge.png" alt="Download cmux for macOS" width="180" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="./docs/assets/screenshot.png" alt="cmuxterm screenshot" width="900" />
|
||||
<img src="./docs/assets/screenshot.png" alt="cmux screenshot" width="900" />
|
||||
</p>
|
||||
|
||||
## Features
|
||||
|
|
@ -25,14 +25,14 @@
|
|||
**Homebrew:**
|
||||
|
||||
```bash
|
||||
brew tap manaflow-ai/cmuxterm
|
||||
brew install --cask cmuxterm
|
||||
brew tap manaflow-ai/cmux
|
||||
brew install --cask cmux
|
||||
```
|
||||
|
||||
Or [download the DMG](https://github.com/manaflow-ai/cmuxterm/releases/latest/download/cmuxterm-macos.dmg) directly.
|
||||
Or [download the DMG](https://github.com/manaflow-ai/cmux/releases/latest/download/cmux-macos.dmg) directly.
|
||||
|
||||
## Why cmuxterm?
|
||||
## Why cmux?
|
||||
|
||||
Running multiple AI coding agents? cmuxterm helps you manage them. Instead of losing track of which terminal needs input, the notification panel shows you exactly where to look.
|
||||
Running multiple AI coding agents? cmux helps you manage them. Instead of losing track of which terminal needs input, the notification panel shows you exactly where to look.
|
||||
|
||||
A native macOS app means it launches instantly, uses minimal RAM, and feels right at home on your Mac.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue