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
Mac PyInstaller server bundle with macOS keyring backend
Bug fixes
Window close: Fixed close button on original window when a duplicate existed — each window now always hides itself (closure over win, not mainWindow)
Duplicate window: Added requestSingleInstanceLock so a second launch focuses the existing window instead of opening a new one; createWindow is now idempotent
Cursor detection: Fixed scan pattern parsing (**/*.jsonl was resolving to .jsonl hidden files via lstrip); fixed glob-path detection for copilot; filtered /dev/null OTEL false-positives