v0.14.1
This is primarily a bugfix release with one quality-of-life feature. First, the fun stuff:
Mux now supports enabling notifications for all final responses in a workspace, toggleable in the workspace header and defaulting to off:
See docs here.
🛠️ Fixes
- Fixed bug where
/forkon a local workspace would create a broken worktree workspace - Fixed two bugs related to previousResponseId handling with OpenAI models over Mux Gateway
gpt-5.2-codexshould now be usable over Gateway
- Fixed incorrect context window stats for gpt-5.2-codex, removing "output reserve" indication which was added with bad underlying reasoning
- Improved New Project flow
- If project directory doesn't exist, Mux will transparently create it for you
- If you enter a project name like "cool-vibe-project", Mux will place it into "~/.mux/projects/cool-vibe-project" instead of "/cool-vibe-project"
- Psychos out there can still place projects at the root by entering "/cool-vibe-project" in the New Project flow