Skip to content

v3.40.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 08:55
· 129 commits to main since this release
b7481ab

Added

  • The whole interface is now scalable from Settings. A new UI scale slider in Settings → Appearance → Layout scales the sidebar, titlebar, and every chrome surface together — not just the terminal panes — so the previously hard-coded 8–12px sidebar text can be enlarged for high-DPI displays, large monitors, and accessibility. The factor persists across restarts, applies live, and keeps the native window controls (macOS traffic lights / Windows buttons) centred in the titlebar at any size. This completes the groundwork PR #824 shipped, which added the zoom plumbing behind a prototype env var with no user-facing control. (#822)

Fixed

  • A pane you opened by hand no longer counts as an agent that is still
    working.
    Agent status is stored once per workspace, so a busy agent in a
    background pane made whichever pane you had focused look busy too — including
    a plain shell that had never run an agent. The orchestrator then refused to
    close out its work, and the only way past it was to answer a question about
    clearing a status that was never true. A pane now shows as running only when
    its own terminal produced the activity. (#838)

  • A mirrored remote pane now fits its cell instead of being cropped. The
    mirror renders the grid the remote daemon owns, but it draws with your local
    font, so a remote pane wider or taller than the cell it sits in simply ran off
    the edge and was clipped from the top-left corner. Long lines lost their right
    half, and — because a terminal app keeps its input box on the bottom rows —
    the prompt you were typing into was cut off entirely, reappearing as a sliver
    only while you typed. The mirror now shrinks its own font until the remote's
    grid fits, and grows back when the window widens.

  • A pane running OpenClaude could lose its (openclaude) name suffix. One of
    the six hand-maintained agent lists was missing that one agent, so anything
    handing wmux the slug form got back "unknown" and the pane fell back to a
    generic name. Every list now derives from a single table, so an agent cannot be
    present in five places and absent from the sixth. (#841)

  • Kiro panes went undetected when the composer shared its line with other
    text.
    The fallback that reads a cursor-drawn composer — one whose spaces are
    gone by the time wmux sees it — searched from the wrong end of the line and
    could never match. Kiro is now recognised in that case too. (#841)

What's Changed

  • refactor(detector): one table for agent identity, declarative compound gates, fork inheritance by @openwong2kim in #841
  • Stop transplanting a workspace-level 'running' onto the active pane by @openwong2kim in #838
  • feat(appearance): add a UI scale control to Settings → Appearance by @openwong2kim in #839
  • Fit a mirrored remote pane to its cell instead of cropping it by @openwong2kim in #840
  • chore(release): 3.40.1 by @openwong2kim in #842

Full Changelog: v3.40.0...v3.40.1