Skip to content

Tags: amirlehmam/wmux

Tags

v0.5.6

Toggle v0.5.6's commit message
feat: v0.5.6 — fix diff viewer for paths with spaces, add non-git dif…

…f support

Two fixes for the diff viewer:
1. V1 pipe protocol split paths on whitespace, breaking report_pwd for
   directories with spaces (e.g. OneDrive). Now command-aware parsing
   preserves full paths.
2. Added snapshot-based diff system for non-git directories — takes a
   baseline on first load, then shows changes on subsequent polls.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.5.5

Toggle v0.5.5's commit message
feat: v0.5.5 — fix diff viewer, live polling, idle detection

- Fix diff viewer showing "CHANGED 0": getChangedFiles/getFileDiff now
  fallback to process.cwd() instead of returning empty when cwd is unset
- Diff pane polls git status every 2s for live updates (replaces mount-only load)
- Smart deduplication: skip re-renders when file list or diff content unchanged
- Hook-triggered diff updates fire for all Edit/Write tools with staggered delays
- Auto-open diff tab on Edit/Write even without explicit file path
- Sidebar: detect Claude idle state (was active but stopped) vs shell running
- WorkspaceRow idle detection with proper priority chain

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.5.4

Toggle v0.5.4's commit message
chore: bump version to 0.5.2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.5.2

Toggle v0.5.2's commit message
chore: bump version to 0.5.2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.5.1

Toggle v0.5.1's commit message
fix: browser panel resize cursor getting stuck on webview

Adds transparent overlay on webview during drag to prevent the
webview process from capturing mouse events mid-resize.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.4.0

Toggle v0.4.0's commit message
feat: auto-configure chrome-devtools-mcp to use wmux CDP proxy

On startup, wmux adds --browserUrl=http://127.0.0.1:9222 to the
chrome-devtools-mcp plugin config. Claude Code's native browser tools
now control the wmux browser panel instead of launching a separate Chrome.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.3.0

Toggle v0.3.0's commit message
docs: update README with v0.3.0 features

Added: Claude Code awareness, live agent visibility, 3-state activity
dots, clipboard image paste, download link, WMUX_CLI env var.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.2.0

Toggle v0.2.0's commit message
Merge branch 'master' of https://github.com/amirlehmam/wmux

wmux

Toggle wmux's commit message
docs: rewrite README to match cmux quality and structure

HTML feature table, centered hero header with badges, screenshot,
personal "Why wmux?" narrative, shell integration section, full
keyboard shortcut tables, CLI reference, socket API docs, session
restore, config, and architecture overview. Same tone as cmux.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.1.0

Toggle v0.1.0's commit message
fix: PowerShell execution policy bypass + proper ICO icon

- Add -ExecutionPolicy Bypass to PowerShell spawn args so shell
  integration script loads without requiring code signing
- Rebuild icon.ico with all 7 sizes (16-256px) using PNG compression
  for proper Windows taskbar/explorer display

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>