Skip to content

Commit e8aad21

Browse files
committed
Update version: openwong2kim.wmux version 3.49.0
1 parent c03274d commit e8aad21

3 files changed

Lines changed: 69 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
2+
# Created with winmatsch
3+
4+
PackageIdentifier: openwong2kim.wmux
5+
PackageVersion: 3.49.0
6+
Platform:
7+
- Windows.Desktop
8+
InstallerType: exe
9+
Scope: user
10+
InstallModes:
11+
- interactive
12+
- silent
13+
- silentWithProgress
14+
InstallerSwitches:
15+
Silent: --silent
16+
SilentWithProgress: --silent
17+
ProductCode: wmux
18+
ReleaseDate: 2026-08-28
19+
AppsAndFeaturesEntries:
20+
- ProductCode: wmux
21+
InstallationMetadata:
22+
DefaultInstallLocation: "%LocalAppData%\\wmux"
23+
Installers:
24+
- Architecture: x64
25+
InstallerUrl: https://github.com/openwong2kim/wmux/releases/download/v3.49.0/wmux-3.49.0.Setup.exe
26+
InstallerSha256: ECBD6C29FDBFE8F208A22BE19400945958667CA9DB5634A46B76AE811E70ADD3
27+
ManifestType: installer
28+
ManifestVersion: 1.12.0
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
2+
# Created with winmatsch
3+
4+
PackageIdentifier: openwong2kim.wmux
5+
PackageVersion: 3.49.0
6+
PackageLocale: en-US
7+
Publisher: openwong2kim
8+
PublisherUrl: https://github.com/openwong2kim
9+
PublisherSupportUrl: https://github.com/openwong2kim/wmux/issues
10+
PackageName: wmux
11+
PackageUrl: https://github.com/openwong2kim/wmux
12+
License: MIT
13+
LicenseUrl: https://github.com/openwong2kim/wmux/blob/HEAD/LICENSE
14+
ShortDescription: Windows terminal multiplexer with MCP server for AI agents
15+
Description: |-
16+
wmux is a Windows terminal multiplexer built for AI coding agents.
17+
Run Claude Code, Codex, and Gemini CLI side by side with split terminals,
18+
browser automation, and MCP integration. Features include session persistence,
19+
dangerous command detection, real-time token cost tracking, and cross-workspace
20+
terminal control via MCP tools.
21+
Moniker: wmux
22+
Tags:
23+
- ai-agent
24+
- developer-tools
25+
- electron
26+
- mcp
27+
- multiplexer
28+
- terminal
29+
- windows
30+
ReleaseNotes: "### Added\n\n• `browser_snapshot` now returns a compact diff against the previous snapshot of the same page when that is smaller (`full:true` forces the complete tree), and accepts `selector` to scope the snapshot to a subtree and `filter:\"interactive\"` to strip non-interactive nodes.\n\n• Browser tool results now report page lifecycle changes inline — navigations (including SPA route changes), page loads, and tab closure — including changes the call itself caused, so a navigation is reported on the very result that triggered it and agents no longer need to poll for page state.\n\n• New `chrome` browser backend (Settings → Browser):wmux launches a dedicated real-Chrome instance with its own persistent profile — sign in once and logins stick, fully separate from your daily browser — and agents get the full automation toolset against it. Sites that block embedded browsers (e.g. Google sign-in) work normally there.\n\n• Each workspace can bind its own Chrome profile (workspace card → right-click → Chrome profile):separate logins per workspace, so one workspace can automate account A while another uses account B.\n\n• Bind a workspace to \"Live Chrome\" to let its agent work inside your own running browser — your real tabs and logins — using Chrome 144+'s official remote-debugging consent flow (enable once at chrome://inspect, Chrome asks permission on every connection).\n\n• Remote workspace attach:\"New workspace on this host\" in the Attach Remote modal bootstraps the first pane of a brand-new workspace on a paired remote daemon — previously only a sibling pane on a workspace the desktop app had already created could be added.\n\n### Changed\n\n• The workspace right-click → Chrome profile submenu now appears only when the browser backend is `chrome`. On `builtin` or `external` a profile binding changes nothing, so the menu no longer offers a choice without an effect — and the per-workspace profile-list lookup at boot is skipped there too.\n\n• Inline browser lifecycle events are now attributed to the tool call that caused them:the lifecycle ring is drained again after each tool body, so a click that navigates (or `browser_navigate` itself, which now reports events like every other browser tool) shows the navigation on its own result instead of one call late. A lone `navigated` that merely repeats the URL the result already states is suppressed; redirect hops stay visible.\n\n### Fixed\n\n• **Replayed terminal history no longer relies on a timing window.** wmux now\n labels replayed daemon PTY data at its source, authenticates its in-band\n boundaries, and keeps replay-only control sequences muted across pane\n adoption without suppressing live terminal behavior. (#1062)\n\n• Chrome backend:a Chrome left running by a crashed wmux session is now adopted on the next use instead of bricking the backend on its profile lock — instances launch with an ephemeral debugging port recorded in the profile, which is what makes the recovery path actually able to find them.\n\n• Live Chrome:agents can now actually drive pages in your attached live Chrome — both tabs wmux opened and your pre-existing tabs picked from the tab list. Previously only opening and listing tabs worked.\n\n• The browser-backend setting description now covers the Chrome option (and points at the per-workspace profile menu) in Korean, Chinese, and Polish, not just English.\n\n• `browser_snapshot` no longer silently ignores `filter:\"interactive\"` and `format:\"aria\"` on its DOM-listing paths. The filter now actually strips the heading block wherever the DOM listing is used — the background-surface fallthrough, the `selector` path, and the RPC fallback — and `aria`, which has no DOM-listing equivalent, now says so with a note instead of returning the default listing unlabeled. (#1066)\r\n\n\n## What's Changed\n• feat(browser):snapshot auto-diff, selector scoping, inline lifecycle events by @openwong2kim in https://github.com/openwong2kim/wmux/pull/1063\n• feat(browser):'chrome' backend — dedicated real-Chrome instance over CDP by @openwong2kim in https://github.com/openwong2kim/wmux/pull/1064\n• fix(terminal):label replayed PTY data at the source by @snowyukitty in https://github.com/openwong2kim/wmux/pull/1062\n• fix(browser):chrome-backend port discovery via DevToolsActivePort + live-tab driving + backend-desc i18n by @openwong2kim in https://github.com/openwong2kim/wmux/pull/1065\n• fix(browser):honor filter on browser_snapshot's DOM paths instead of silently dropping it by @openwong2kim in https://github.com/openwong2kim/wmux/pull/1068\n• feat(browser):show the workspace Chrome-profile submenu only on the chrome backend by @openwong2kim in https://github.com/openwong2kim/wmux/pull/1069\n• docs(todos):register the changelog collector's [Unreleased] papercut by @openwong2kim in https://github.com/openwong2kim/wmux/pull/1054\n• feat(remote):bootstrap a new workspace on a paired remote host (#1001) by @p-poppe in https://github.com/openwong2kim/wmux/pull/1067\n• fix(browser):attribute inline lifecycle events to the tool call that caused them by @openwong2kim in https://github.com/openwong2kim/wmux/pull/1070\n• chore(release):3.49.0 by @openwong2kim in https://github.com/openwong2kim/wmux/pull/1071\n\n\n**Full Changelog**:https://github.com/openwong2kim/wmux/compare/v3.48.1...v3.49.0"
31+
ReleaseNotesUrl: https://github.com/openwong2kim/wmux/releases/tag/v3.49.0
32+
ManifestType: defaultLocale
33+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
2+
# Created with winmatsch
3+
4+
PackageIdentifier: openwong2kim.wmux
5+
PackageVersion: 3.49.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)