Skip to content

v0.14.1

Choose a tag to compare

@ammario ammario released this 23 Jan 19:46
· 493 commits to main since this release

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:

image

See docs here.

🛠️ Fixes

  • Fixed bug where /fork on 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-codex should 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