You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(windows): open companion window on click + prevent UI freeze
- Click "Open Water" now calls requestShowWindow() via TCP instead of
opening water.95ent.ai in the system browser. Falls back to
watermorph:// protocol if companion is not running.
- Companion handles SHOW_WINDOW command by calling win.show()/focus().
- Reduced connect timeout 3000ms → 200ms + 5s retry throttle to prevent
the message thread from freezing when companion is not running.
- Fixed titleBarStyle on Windows: use hiddenInset + titleBarOverlay
(branded mauve #8B5CF6) instead of 'hidden' which breaks on Windows.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments