Skip to content

Releases: coder/mux

v0.8.3

02 Dec 18:45

Choose a tag to compare

This release is a hotfix for another (intermittent) macOS Electron launch issue, details in commit 7b5421c.

v0.8.2

02 Dec 18:19

Choose a tag to compare

🪄 Features

Added voice input mode (requires OpenAI key):

image

Auto-compaction threshold is now a slider on the context usage bar:

image

Also:

  • You can now create workspaces that are "Local" which run in your project directory without any isolation
  • Documentation site updated from from https://cmux.io to https://mux.coder.com to disambiguate
  • You can now click the "Queued" indicator on a queued message to send it immediately
  • Project sidebar styles have been updated to better discriminate between workspace runtimes

🛠️ Fixes

  • Fixed a bug where duplicate electron app starts would lead to an ambiguous error (931f2ad)
  • Many improvements to cost / usage tracking
  • Fixed a model amnesia bug (6de7ec2)

v0.8.1

01 Dec 15:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

27 Nov 13:51

Choose a tag to compare

🪄 Features

Settings panel allows users to manage their providers and models in GUI:
image

Amazon Bedrock support. Users can configure the models they want to use in settings:
image

ENV parameters support for Anthropic and Bedrock.

Auto compaction when chat comes near the context limit for a given model.

PRs merged

Full Changelog: v0.7.2...v0.8.0

v0.7.2

25 Nov 03:07

Choose a tag to compare

Another patch primarily cleaning up support for Opus 4.5:

Model improvements:

  • Opus 4.5 uses Anthropic's new effort parameter instead of thinking token budget
  • Only show "1M Context" button for Sonnet 4.5

Also:

  • Fixed bug where web/remote terminals weren't spawning in Electron
  • Adds new web_fetch tool so Mux agents can read URLs

v0.7.1

24 Nov 20:49

Choose a tag to compare

This is primarily a patch release to expose Opus 4.5. Note that users can always try models before we "release" them by inputting the full model string via /model <model> or the model selector UI.

Also:

  • Refined compaction prompt to focus on past, not future (0d923bf)
  • Unified command handling between New Workspace creation and existing workspace chat pages (75c93e7)

v0.7.0

24 Nov 18:21

Choose a tag to compare

🪄 Features

Default model now set explicitly instead of defaulting to last used model:

image

Added light theme mode, toggled in top left:

Screenshot 2025-11-24 at 12 26 37 PM

Also:

  • Integrated web terminal for SSH or browser-accessed workspaces (see coder/ghostty-web)
  • "Tool: tool_name" AGENTS.md section for tool-specific instructions (docs)
  • Support for Gemini 3.0 and Grok 4.1

🛠️ Fixes

  • Optimized git status polling when you have dozens of workspaces
  • Improved Anthropic caching
  • Persisted costs/token usage across compaction cycles

v0.6.0

17 Nov 18:44

Choose a tag to compare

A major release with tons of goodies!

🪄 Features

Major: we have renamed the project from cmux to mux, but have taken great care in ensuring the migration is smooth for existing users. For example, we automatically symlink your old ~/.cmux directory to ~/.mux.

Tons of visual improvements on the UI, including revised agent sidebar and a more readable chat UI:

image

VS Code / Cursor extension for quickly jumping between IDE and Mux:

image

docs


File extension icons:

image

The New Workspace flow has been reworked so that the workspace name is generated automatically from first message:

image

Also:

  • Added an experimental Windows build to the release artifacts
  • Added support for Ollama and OpenRouter (docs)
  • Users may define model-specific system instructions with Model: <model> in AGENTS.md (commit: 60b56ab, docs)
  • Messages now queue until end of content block, leading to better model performance when interrupting frequently
    • This behavior seeks to mimic Claude Code to get the benefits of Anthropic's RL wrt interruptions
  • Improved support for gpt-5.1-codex and the new mini model
  • Updated the "codex" model abbreviation
    • More robustness to 500s/404s on strange Responses API behavior
  • Optimized file_edit tool calls to reduce bad edits and malformed files

🛠️ Fixes

  • b6fb712: retry barrier should no longer occasionally flash in before a stream starts
  • e74e229: workspace cost now persists across compaction
  • Fixed bug where file_edit diffs occasionally had multiple scroll bars
  • Fixed many bugs on the auto-retry system, less spammy, fewer nonsensical auto-retries (e.g. does not auto-retry model not found)

🐞 Known Issues

  • Nothing major to speak of!

v0.5.1

07 Nov 21:57

Choose a tag to compare

Couple of hotfixes:

a7a6b3c 🤖 fix: map baseUrl to baseURL for AI providers (#532)
70d85a5 🤖 fix: add mac zip artifact for auto updates (#515)

v0.5.0

07 Nov 17:24

Choose a tag to compare

This is a light release on the feature side due to our offsite last week.

🪄 Features

  • General improvements to tool interface which has improved Terminal Bench scores ~5%
  • Responsiveness improvements on small viewports, mobile development experience continues to get better
  • 0f870a6: Code Review tab now defers syntax-highlighting until hunk is within viewport
    • multi-thousand line changes are now manageable in the Review tab

🛠️ Fixes

  • d86727b: ‼️ startup freeze bug fixed
  • 7a213e5: Fixed bug where bash commands would occasionally hang forever on SSH remotes

🐞 Known Issues

  • #519 (Open Terminal is no-op in SSH and Web workspaces)