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
Bell Notification — Plays a sound (Purr) and flashes the tray icon 3× when the terminal rings BEL (ASCII 7) and the window is not in focus. Toggle in Settings (default on) with a TEST button. Also accessible via quickBar command. Fully localized in all 10 languages.
Inactivity Alert — Automatically triggers a bell notification after N seconds of terminal silence following user input. Useful for detecting when Claude CLI or other tools are waiting for a response. Delay configurable: 5s / 8s (default) / 15s / 30s.
Bug Fixes
Docked window position not persisted — Window position is now saved to UserDefaults as dockedWindowX/dockedWindowY during drag and restored on next launch.
Window position reset on hide/show — Debounce timer cancelled at the start of showWindowAnimated(), preventing a race condition.
Restore without screen clamp — Saved docked position is restored without forcing the window fully on-screen.
Arrow offset after edge snap — Left/right edge double-click snaps now use pad = 24, keeping the tray arrow correctly centered.