Skip to content

Releases: coder/mux

v0.25.1-nightly.2

20 May 09:18
58a06c3

Choose a tag to compare

v0.25.1-nightly.2 Pre-release
Pre-release

Automated nightly build from main (2026-05-20)

v0.25.0

19 May 17:31

Choose a tag to compare

Happy to share the first substantial release in a while.

Key features:

  • /goal for Codex-like auto-self-prompting towards a well-defined objective, early testing shows this approach is very useful
  • /btw for Claude-Code style one-off Q&A while the agent is running, without disrupting main context
  • Agent will now highlight code chunks in the Review Pane it wants you to focus on, further aiding in the transition to fully autonomous agents
  • Agent status in sidebar now generated from small model at pre-defined intervals, so they're more consistently up-to-date

Honorable mentions:

  • Orchestrator restored in part as /orchestrate built-in skill
  • /truncate removed due to dubious value
  • SSH workspace spawn times improved to ~2x RTT

v0.24.0

05 May 22:50

Choose a tag to compare

Major changes:

  • First class support for DeepSeek V4 models
  • Sections replaced with sub-projects, which makes context segregation in monorepos more manageable
    • Sections had no consistent adoption pattern and lacked analogues in Claude Code / Codex

Pleasantries:

  • Sped up SSH runtime setup significantly
  • Solved a variety of layout flashes and performance issues in transcript streaming

Removals:

  • Removed the Orchestrator built-in agent
  • Removed the file explorer

v0.23.2

26 Apr 20:50

Choose a tag to compare

This release brings GPT 5.5 and GPT-5.5-Pro, supporting both standard API billing and Codex authentication.

v0.23.1

16 Apr 17:07

Choose a tag to compare

This release brings Opus 4.7, which has the same UX as 4.6 with the exception of a new "xhigh" thinking in between "high" and "max".

v0.23.0

15 Apr 14:37

Choose a tag to compare

Features

  • Archive Improvements — snapshot-based worktree cleanup on archive, configurable Coder workspace action (keep/stop/delete), and a destructive confirmation for untracked-file failures
  • Left Sidebar Redesign — tighter indentation, aligned status dots + sub-agent connectors, hover-only project row actions, subordinate workspace counts

Performance

  • Optimized Immersive Review performance on large diffs
  • Optimized SSH workspace creation on slow local connections
    • Replaced git bundle with native git push + delta negotiation
    • Sharded OpenSSH exec paths for parallel sync
    • Prefetches origin on SSH host before local→remote push
  • Sorted tool definitions deterministically for prompt cache stability
  • Avoided extra Anthropic cache breakpoints with explicit TTL

Fixes

  • Fixed multiple cases where the chat transcript would vertically tear on chat switches
  • Preserves all init logs across workspace switches
  • Restores last page and open chat on hard refresh
  • Restored Cmd+. agent cycling on macOS
  • Reattaches loaded skills after compaction
  • Fixed attach_file on macOS (unpacked sharp runtime assets) and added raster image scaling
  • Restored archived workspaces with persisted branch mappings
  • Stripped leading/trailing newlines from quote input text

Cleanup

  • Removed the built-in "Chat with Mux"
    • Our goal is to replicate the capabilities of this chat in regular chat sessions
  • Removed Auto mode

v0.22.0

25 Mar 14:53

Choose a tag to compare

Browser & desktop workflows

Enabled in Experiments -> Agent Browser

  • New Browser tab support for live agent-browser sessions, including an address bar, reload control, ready-state display, and streaming updates.
  • Better Browser tab signal with clearer Recent Actions and less noise.
  • Improved reliability for keyboard delivery, shell-launched browser sessions, and server-mode browser sessions.
  • Added workspace-scoped virtual desktops via Portable Desktop.

Agents, SSH, and models

  • Added grouped task variants and made task variants easier to discover.
  • agent-browser is now available as a built-in skill.
  • SSH workspaces can now use host-global skills and agents.
  • Added support for GPT-5.4 Mini and GPT-5.4 Nano.

Quality of life

  • Consistent recovery of interrupted chats on restart.
  • Improved queued-message handling and chat layout stability while sending or resizing the composer.
  • Polished immersive review with LoC progress, cross-file navigation, and undo.
  • Reduced idle compaction / notification noise and improved startup diagnostics.

v0.21.0

14 Mar 20:03

Choose a tag to compare

Sub-agents

  • New sidebar hierarchy for sub-agents, including connector lines and better expansion for completed runs.
  • Active sub-agents animate in the sidebar.
  • The sub-agent toggle moved to the kebab menu.
  • Double-click now always renames.
  • Added support for "Best of N" type sub-agent launches where the parent launch N sub-agents with the same prompt and synthesizes the best path forward

Analytics

  • Added a save action for chat analytics results.
  • Added a saved analytics panel SQL editor.

Quality of Life

  • Better handling of edited messages before stream start.
  • Reduced false interruptions by not treating slow stream starts as interruptions.
  • Todos are session-scoped now, so they survive stream interruptions better.
    • Completed todo lists are cleared more reliably after final streams.
    • Pinned todo panels now auto-collapse more appropriately.
  • Better wide-touch sidebar interactions.
  • Mux now surfaces MCP server startup failures instead of failing more silently.
  • Fixed some cost display/reset issues around Codex OAuth and forked workspaces.

v0.20.1

06 Mar 11:16

Choose a tag to compare

What's Changed

  • improved cost and tracking management for gpt-5.4 family

Full Changelog: v0.20.0...v0.20.1

v0.20.0

06 Mar 03:26

Choose a tag to compare

This release updates the gpt and gpt-pro models to GPT 5.4, including support for the additional 1M context.

Also, we've made incremental style improvements across the UI.