Skip to content

Releases: coder/mux

v0.15.2

30 Jan 13:28

Choose a tag to compare

Fixes

  • QoL improvements for Windows Users
  • UX improvements

Full Changelog: v0.15.1...v0.15.2

v0.15.1

29 Jan 18:50

Choose a tag to compare

🏙️ Highlights

Left sidebar has been simplified, removing the built-in Runtime badges and offering way more information on hover:

image

Unfinished workspace prompts now become draft workspaces in the sidebar:
image

Remaining gateway credits now visible from the Chat Input:
image

We now have a built-in help chat workspace for any questions about Mux setup or behavior:
image

Context usage breakdown by file now available in Costs tab:
image

🛠️ Other stuff

  • Improved the mobile view
  • Improved performance on busy sessions via more renderer heap (da1c049)
  • Made compaction more reliable (f75a0cf)
  • Name generation is more robust, correctly respecting gateway prefs (a13decc)
  • Fixed bug where chat-level compaction slider would disappear right as the mouse reached the slider 😅 (cd01055)

v0.14.1

23 Jan 19:46

Choose a tag to compare

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

v0.14.0

22 Jan 18:04

Choose a tag to compare

🌃 Highlights

You can now use slash commands with skills.

For example, if you have a skill called pull-requests, you can run:

/pull-requests open PR

Mux will automatically load that skill into the prompt before sending your message:

Screenshot 2026-01-22 at 11 54 50 AM

We now warn when the auto-compact threshold is higher than the model’s output reserve, helping you avoid “context exceeded” errors:

Screenshot 2026-01-22 at 11 56 46 AM

Additionally, if compaction fails on GPT-5.2 or Sonnet 4.5, we automatically retry once with more permissive options:

  • GPT-5.2: Auto Truncate enabled
  • Sonnet 4.5: 1M context enabled

No configuration required—this should work well out of the box.


We made several improvements to the review flow, including:

  • Highlighted lines stay highlighted when the review is staged
  • You can add review comments from the FileViewer (not just diffs)
image

Misc.

  • Minor improvements to the mobile layout (more coming soon)
  • Fixed a thinking-level persistence bug when using XHIGH
  • New /debug-llm-request command to show the full, unmodified payload of the most recent model request for debugging and analysis

v0.13.1

17 Jan 18:16

Choose a tag to compare

This release is a hotfix primarily for improved Windows support.

It also:

  • Improves compaction performance for GPT-5.2/Gemini
  • Adds onboarding wizard
  • Implements /fork for Local workspaces

v0.13.0

16 Jan 17:02

Choose a tag to compare

Highlights

  • PR status and link now available in real-time in the workspace chat view:
    image
    (requires authenticated gh CLI)

  • Added file explorer and minimal file viewer:
    image

  • We now support a first-class Coder Workspaces runtime (docs)

  • Built-in support for Codex 5.2 now available (/model codex)

  • Fixed a variety of Windows bugs

v0.12.2

13 Jan 01:11

Choose a tag to compare

This release is a hotfix to restore terminal input functionality (see #1586)

v0.12.1

12 Jan 16:31

Choose a tag to compare

Features

  • Login with Mux Gateway is now live!
    If you have a coupon code you can still redeem them at https://gateway.mux.coder.com/
    When launching mux you can login to the gateway to automatically use the vouchers.
image

You can also join our discord to talk mux and request some tokens for testing!

Fixes

  • improvements to review pane - file status, CRLF handling and inline review comments
  • revamp of the provider menu for easier management of custom models
image

Full Changelog: v0.12.0...v0.12.1

v0.12.0

09 Jan 15:46

Choose a tag to compare

🏙️ Highlights

We now support integrated terminals in the right sidebar, with drag-and-drop tiling and resizing:

image

Terminals persist on the backend, so mux server users can leave a tab, come back later, and resume the session exactly where they left off.


New runtime: Docker!

Screenshot 2026-01-09 at 9 41 01 AM

mux run has been given a makeover to make it useful for automation and CI. See:

Screenshot 2026-01-09 at 9 39 54 AM

🛠️ Fixes

  • Unified handling of environment variables (docs)
  • Better default $PATH on macOS using common shell profiles (49176ed39)

v0.11.1

05 Jan 02:11

Choose a tag to compare

Primarily a hotfix for 5dd8529 — fixing a rare bug where Anthropic reasoning would be effectively disabled sometimes on long-running chats.

Also, sneaks in e4e41f7 which embeds the Mux docs as a built-in skill. So, users can ask Mux about itself for support.