Skip to content

Releases: coder/mux

v0.10.1

29 Dec 12:45

Choose a tag to compare

What’s Changed

🚀 Features

  • Add a Keybinds section to Settings (improves discoverability of shortcuts).
  • Add simulateFileModifyingToolEnd for UI testing.
  • Add model-only TODO reminder notifications.
  • Add VS Code secondary sidebar mux chat view (better VS Code integration).
  • Add PTC subagent support plus compatibility improvements.

⚡ Performance

  • Prevent sidebar re-renders during streaming (reduces UI churn / improves responsiveness).

🐛 Fixes

  • Bug fixes around PTC, UI, etc.

v0.10.0 🎄

27 Dec 02:40

Choose a tag to compare

This release includes a wide range of features and bug fixes spanning the entire product.

✨ Highlights

We now have fledgling support for sub-agents. When you enter Plan Mode, the user-facing agent may spin up any number of sub-agents for exploration and research tasks.

Workspaces are now Archived instead of deleted by default. Users can easily revive archived workspaces with all of their state intact:

Screenshot 2025-12-26 at 7 35 34 PM

Archived workspaces continue to consume the same storage as live workspaces, but no longer clutter the UI or run background processes. This also makes it easier to track longer-term costs.


We shipped several improvements to the Code Review experience:

Screenshot 2025-12-26 at 7 39 58 PM
  • The review panel now refreshes automatically — edits stream in real time
    • Edits are sorted by first-seen timestamp, so the most relevant hunks appear at the top
  • You can load more of a file to see surrounding context
  • Review controls are significantly more compact

You can now more easily see context usage in the chat input area:

image

This replaces the infamous vertical usage bar that resembled a scrollbar.

🫡 Honorable Mentions

  • Many improvements to compaction, including better preservation of plan context, recent edits, and TODO lists
  • Support for agent skills (docs)

🛠️ Fixes

  • Significant performance improvements across the app
  • Reduced layout flashing and smoother transitions
  • Improved compaction robustness, with better behavior around interruptions and edits

v0.9.7

14 Dec 22:27

Choose a tag to compare

This release primarily contains polish and performance improvements.

Screenshots

Revised tabs and diffs:
image

Features

  • Added branch selector to Workspace title bar
  • Major performance improvements for long chat histories
  • Revised thinking level to persist by model
  • Revised Model Switcher to support use case where you have a small number of "go-to" models that you frequently switch between

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