Releases: coder/mux
Release list
v0.27.2-nightly.3
Automated nightly build from main (2026-07-09)
v0.27.1
This release focuses on durable workflows, agent memory, and background automation.
Durable workflows
- First-class nested workflows, inline
workflow_runsource, and streamlined authoring - Workflows right-sidebar tab with live run streaming
- Wall-clock workflow scheduler, workspace tags, and
workspace.*host actions /orchestrateroutes to durable workflows with a gate/fixup verification loop- Workflow CLI improvements: worktree trust,
mux trustcommand, and thewfalias
Agent memory (experiment)
- Memory tool with global, project, and workspace scopes
- Curation UI, hot-set preloading, and background dream consolidation
Background automation
- Background bash monitors that wake the agent on matching output
- Workspace heartbeats with trigger and when-busy scheduling modes
- Notifications for terminal background work, including monitors lost to a Mux restart
Models
- Claude Sonnet 5 and Claude Mythos 5 support
- Refusal fallback with a transcript badge (default: Fable 5 falls back to Opus 4.8)
UX
- Pin chats to the top of the sidebar and reorder them
- Continue an interrupted stream by clicking the interrupted splitter
- Workspace-staged ZIP attachments
- Optional sidebar age grouping
Plus roughly 75 fixes and several performance improvements, including sealed chat history rotation at compaction boundaries.
Full Changelog: v0.27.0...v0.27.1
v0.27.0
This release brings first-class support for the Claude Fable and Mythos models.
Additional improvements include:
- Improved Immersive Review performance
/spawnbuilt-in skill for indicating intent to run task in a sub-agent- backslash symbols like
\Pifor writing Π into the input box - More ergonomic thinking effort keybinds: decrease with
Ctrl+Shift+[and increase withCtrl+Shift+]
v0.26.1
This release brings some minor bug-fixes and usability improvements.
- Solved some long-standing layout flashes on chat send
- Added a per-model minimum thinking level (default: medium) so that cycling thinking is more ergonomic
- Refined plan mode instructions to relax guard on mutations, permitting the agent to delete its own plan file, use local FS for analysis work, create GitHub issues, etc.
- Opus 4.8 is much more stringent about following the previous mutation guidelines, which lead to long (wasted) reasoning traces about how to execute a request w/o mutation.
- Refined
ask_user_questiontool call instructions to avoid presenting "recommended" option and focus on genuinely open questions with no clear path forward
v0.26.0
This release brings support for Opus 4.8 as well as a few minor improvements.
On the visual side, long plans are now more reviewable with a sticky table of contents that appears in the gutter:

- Cleaned up the Custom Agents system, removed unnecessary configuration options
- Fixed SSH runtime worktree bug
- Bounded syntax highlighting runtime to avoid long stalls
- Many bug-fixes and tweaks to the Goal system
v0.25.0
Happy to share the first substantial release in a while.
Key features:
/goalfor Codex-like auto-self-prompting towards a well-defined objective, early testing shows this approach is very useful/btwfor 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
/orchestratebuilt-in skill /truncateremoved due to dubious value- SSH workspace spawn times improved to ~2x RTT
v0.24.0
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
v0.23.1
v0.23.0
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_fileon 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