Skip to content

Releases: coder/mux

v0.8.6

04 Dec 22:04

Choose a tag to compare

Features 🪄

  • Docs now updated to the much prettier Mintlify (see here)
  • Workspace name generation reworked to be faster and allow for user edits:
image
  • Simplified runtime selection (see above screenshot)
  • Added first class mux run CLI for scriptable tasks (docs)

Fixes 🛠️

  • Fixed bug where chat wouldn't be all the way scrolled down upon first load (367fa4a)
  • Many fixes related to auto-compact, context usage, and cost calculation
  • Improved e2e testing
  • Fixed a few bugs in dictation

v0.8.5

03 Dec 03:58

Choose a tag to compare

Hotfix for c52ebea 🥵

v0.8.4

03 Dec 00:26

Choose a tag to compare

Hotfix for 3ca9c7e

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)