Tags: amirlehmam/wmux
Tags
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>
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>
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>
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>
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>
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>
PreviousNext