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
Confirm before closing a window or quitting with opened workspaces. Closing a window with live workspaces now asks first, so you don't silently lose running agents and terminal sessions. Closing a single window shows the styled in-app confirm; quitting via Cmd+Q / menu Quit shows a native dialog that totals opened workspaces across every window. Unsaved-file prompts still take precedence. (#107)
🐛 Bug Fixes
macOS
Fixed file/diff content bleeding through when switching workspaces. Background workspaces are kept warm with visibility: hidden, but WKWebView doesn't reliably hide Monaco's GPU-composited layers — so a diff or file open in one workspace painted straight through the active one. Background editors are now dropped out of the layout tree entirely. (#106)
Agents
Fixed Copilot CLI flooding panes with "Waiting" flicker and notifications. Copilot fired a permission event for every edit/write tool even on autopilot, flickering the sky-blue dot and posting a "needs your input" notification per tool during edit-heavy runs. Waiting is now driven from Copilot's notification hook (filtered to genuine permission prompts at the source), so the dot and notifications only fire on a real prompt. Plan-review and ask-user prompts still surface Waiting immediately. (#105)
🎨 UI
Context menus and tooltips now show the right shortcut per platform. Terminal and right-sidebar menus display Cmd shortcuts on macOS and the correct Ctrl / Ctrl+Alt equivalents on Windows and Linux, instead of macOS keys everywhere. (#104)