| CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 32
Releases: coder/mux
v0.9.7
This release primarily contains polish and performance improvements.
Screenshots
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
Assets 17
- sha256:d1515181619d5c1ce5aaec1ea8e74e54bbed615c26b8bc6698f3759f41890480372 Bytes
2025-12-14T22:29:25Z - sha256:022ee76d378e91cdb23dabb226f036e81cd1bdc8a4e6eafa96a6d7ac3651591d485 Bytes
2025-12-14T22:43:27Z - sha256:71e577c3e98085b5f7df14d754e3fcc1722e6310b8e53c3212b9b52b885d2efc331 Bytes
2025-12-14T22:36:56Z - sha256:46b8e45bf33f405b3a26507f6d3e77388fa5650f273fc8fb1be5be9b5accf8bc145 KB
2025-12-14T22:28:45Z - sha256:257aeec74ea6135e8894f2a36ab40d63603d9e47233dbb715824b1b9eda61eac293 MB
2025-12-14T22:42:16Z - sha256:a4f4e3fad2e709f29ac5e60a2dabb2f54863081f272f6cd38e36158d3ee9e9ac312 KB
2025-12-14T22:42:16Z - sha256:ebe87c6e2934903d3c0f4d762b95b2b3bd3865fbffb6ca48311b9f43ba2c1519281 MB
2025-12-14T22:43:19Z - sha256:26aeaa81024f4548a71698e87dc09a6a9053463af83561001634f806c6e0eb8e301 KB
2025-12-14T22:43:19Z - sha256:accc7db1cf9c5d062b9e4a7e34200ef58dc2352375b16bd0c2521709f6c9fdc7299 MB
2025-12-14T22:35:03Z - sha256:49c682e70b0ba5cdebe54547e299e38373a9cf0cd288fc4e995dc8b9bf1de0a0318 KB
2025-12-14T22:35:03Z -
2025-12-14T22:27:30Z -
2025-12-14T22:27:30Z - Loading
v0.9.6
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_tierto Auto - Adds a service tier dropdown in the UI
- Defaults the OpenAI
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.
Assets 17
v0.9.5
Hot-release for GPT 5.2 models.
Assets 17
v0.9.4
Assets 17
v0.9.3
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)
Assets 17
v0.9.2
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
- Reviews can now be added inline to edits as they stream in
-
Added support for MCP Servers
docs
- 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_fetchtimeout was essentially unlimited (50ff249)
Assets 17
v0.9.1
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
- Reviews can now be added inline to edits as they stream in
-
Added support for MCP Servers
docs
- 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_fetchtimeout was essentially unlimited (50ff249)
Assets 17
v0.9.0
Features 🪄
UI refresh: dark mode much darker and sidebar aesthetics improved
- 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
Assets 17
v0.8.6
Features 🪄
- Docs now updated to the much prettier Mintlify (see here)
- Workspace name generation reworked to be faster and allow for user edits:
- Simplified runtime selection (see above screenshot)
- Added first class
mux runCLI 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

