Skip to content

wmux v2.0.0

Choose a tag to compare

@openwong2kim openwong2kim released this 24 Mar 06:57
· 509 commits to main since this release

wmux v2.0.0

Major release with CDP browser automation, security hardening, and daemon process.

New Features

Browser Automation via CDP

  • All browser tools now work reliably with Electron webviews via Chrome DevTools Protocol
  • browser_click, browser_fill, browser_type use CDP Input events (handles CJK, React controlled inputs)
  • browser_screenshot uses CDP Page.captureScreenshot (no more timeouts)
  • browser_evaluate uses CDP Runtime.evaluate with userGesture mode

Security Hardening

  • Token auth on all IPC pipes, SSRF protection, input sanitization
  • CDP port randomization, memory pressure watchdog
  • Dangerous pattern warnings, env var blocklist, file permission hardening

Daemon Process

  • Background session management with suspend/resume and auto-recovery
  • Dead session TTL reaping, process monitoring watchdog

Workspace Reset

  • Settings > General > one-click reset for all workspaces

npm

npm install -g @wong2kim/wmux@2.0.0

Full Changelog

v1.1.2...v2.0.0