Skip to content

Releases: coder/mux

v0.9.6

12 Dec 11:36

Choose a tag to compare

Features

  • Post-compaction context preservation for better continuity.
  • Cumulative cost tracking for the entire chat
  • Shows line additions/deletions in the git status indicator, with a toggle to enable/disable.
  • OpenAI service tier improvements
    • Defaults the OpenAI service_tier to Auto
    • Adds a service tier dropdown in the UI

Fixes

  • Model display with mux-gateway: Keeps model display formatting clean and consistent when using mux-gateway.
  • New chat focus shortcut: Adds Ctrl+I to focus the input on the new chat page.
  • Gateway toggles + model caching defaults: Fixes gateway toggle behavior and adjusts model LRU defaults.
  • Editor deep link fallback: Falls back to editor deep links when the CLI isn’t available.

v0.9.5

11 Dec 19:16

Choose a tag to compare

Hot-release for GPT 5.2 models.

v0.9.4

11 Dec 17:49

Choose a tag to compare

Screenshots

New workspace creation UI:

Screenshot 2025-12-11 at 11 50 07 AM

Features

  • Redesigned workspace creation UI
  • We now use workspace name instead of ID for plan file storage

Fixes

  • Variety of bug-fixes, notably including restoration of "?" tooltips

v0.9.3

10 Dec 16:53

Choose a tag to compare

A fix-up and polish release with no new features to speak of

81bd27c 🤖 fix: allow non-git directories and clarify trunk branch requirement (#1068)
e2170ba 🤖 feat: add filter_exclude to bash_output tool (#1081)
f3a5890 🤖 fix: provider settings subscription race condition (#1066)
48ca952 🤖 fix: strip trailing slashes from project paths (#1065)
f6fda01 🤖 feat: add editor deep links for browser mode (#1078)
087ebb9 🤖 feat: collapse consecutive bash_output calls in UI (#1045)
385830d 🤖 perf: context-efficient plan mode (#1072)
92fd55f 🤖 fix: auto-reconnect WebSocket on server restart (#1071)
89e52e0 🤖 fix: resolve editor commands using shell PATH (#1073)
65826bc 🤖 feat: change + to "+ New Project" button (#1075)
cae2563 🤖 feat: improve directory picker with keyboard navigation and path input (#1039)
aaf26a8 🤖 fix: prevent background process name collisions (#1070)
34895ca 🤖 feat: add visual feedback when terminating background processes (#1062)

v0.9.2

10 Dec 06:16

Choose a tag to compare

hotfix for 8e820b2

Features 🪄

  • Workspaces now have human readable titles such as "Fix racy tests" in addition to their stable names (e.g. tests-2mzx)
  • Review UI completely reworked so that reviews are staged and rendered nicely
    image
  • Reviews can now be added inline to edits as they stream in
  • Added support for MCP Servers docs
    image
  • Added support for background bashes (enabling use cases such as agent spawning dev server then interacting with it)
  • Reworked the Plan system to be file-based enabling a more complete phase with compaction persistence
  • Added "Open in Editor" button to Workspace (by Terminal button) and to Plans

Fixes 🛠️

  • Many rendering performance improvements across the app, initial load should be much faster
  • Offloading syntax highlighting to worker thread for general responsiveness while dealing with large diffs
  • Fixed bug where web_fetch timeout was essentially unlimited (50ff249)

v0.9.1

10 Dec 01:00

Choose a tag to compare

Features 🪄

  • Workspaces now have human readable titles such as "Fix racy tests" in addition to their stable names (e.g. tests-2mzx)
  • Review UI completely reworked so that reviews are staged and rendered nicely
    image
  • Reviews can now be added inline to edits as they stream in
  • Added support for MCP Servers docs
    image
  • Added support for background bashes (enabling use cases such as agent spawning dev server then interacting with it)
  • Reworked the Plan system to be file-based enabling a more complete phase with compaction persistence
  • Added "Open in Editor" button to Workspace (by Terminal button) and to Plans

Fixes 🛠️

  • Many rendering performance improvements across the app, initial load should be much faster
  • Offloading syntax highlighting to worker thread for general responsiveness while dealing with large diffs
  • Fixed bug where web_fetch timeout was essentially unlimited (50ff249)

v0.9.0

07 Dec 18:48

Choose a tag to compare

Features 🪄

UI refresh: dark mode much darker and sidebar aesthetics improved

Screenshot 2025-12-07 at 12 49 14 PM
  • Added first class support for GPT-5.1-Codex-Max (alias codex-max)
    • XHIGH thinking available in slider for this model
  • Mux Codes / Mux Gateway flow improved to avoid duplicate models (docs)
  • Added MUX_* env variables to all bash spawns (helpful for changing behavior of scripts / programs when run under agent) (docs)

Fixes 🛠️

  • Fixed bug where ChatInput would start large before initial screen resize
  • Improved workspace rename UI experience (aed0c79)
  • Fixed bug where Web Terminal wouldn't launch on SSH workspaces (ab873ab)
  • Improved the performance of the background git fetching - users should observe far fewer Git lock issues

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