#cmux 0.64.25 · Registro de alterações
SSH Workspaces Connect Again. Released builds ship a checksum-verified cmuxd-remote again, so SSH workspaces bootstrap on macOS and Linux hosts. A session that cannot become ready reports an actionable error within 60 seconds instead of sitting at Last login, terminals keep raw input across reconnects, and new splits open in the remote directory.
Steady Agent Layouts. Agents resumed with cmux restore or cmux fork receive terminal resizes again, so their layout no longer garbles after a restore. Images dropped or pasted into a terminal stay on disk long enough for Claude Code and Codex to read them.
Light Mode Terminals. A terminal no longer reloads its dark theme after macOS switches to light, and Light applies the light palette when the Ghostty config sets only a font, keybinding, or opacity.
- The persistent "Terminal is not rendering" banner no longer covers terminal panes; render-health recovery, logs, and socket fields are unchanged (#12738).
- SSH workspaces connect again in released builds: the app ships a checksum-verified
cmuxd-remotefor macOS and Linux, and the release pipeline rejects a build whose daemon manifest and assets disagree (#12720) -- thanks @john-agi for the report! - An SSH terminal no longer sits at
Last loginforever when its remote session cannot become ready: the session parks within 60 seconds, the pane and sidebar show the same actionable error, and Reconnect works afterwards (#12851). - SSH terminals stay in raw input mode across attach and reconnect instead of falling back to echoing, line-buffered input, and a remote daemon whose version does not match the app is rejected before it touches the terminal (#12726).
- Splits and new terminals in an SSH workspace open in the focused pane's remote directory instead of the remote home directory (#12054) -- thanks @zhiyuanzhai for the report!
- Agents resumed with
cmux restoreorcmux forkreceive terminal resizes again, so their layout no longer garbles after a restore or pane resize (#12796) -- thanks @rizkidarmawan21 for the report! - Images dropped or pasted into a terminal stay on disk until cmux quits so Claude Code and Codex can read them, and a copied image that also carries a source URL pastes as an image (#12752) -- thanks @mgayaud-meridian for the report!
- With System appearance, a terminal no longer reloads its dark theme after macOS switches to light (#12811), and Light applies the light palette when the Ghostty config sets only non-color options such as a font, keybinding, or opacity (#12812).