Bug Fixes
Click-to-focus on macOS Tahoe (#47)
macOS Tahoe (26.x) broke Automation permission prompts for notification click handlers, causing AppleScript-based click-to-focus to fail silently for regular terminals (iTerm2, Terminal.app, Alacritty, Warp, Hyper, etc.).
All terminals now use the focus-window binary subcommand (AXTitle + CGS APIs) instead of AppleScript. This uses Accessibility + Screen Recording permissions instead of Automation, with graceful fallback to app-level activation when permissions are not granted.
App always activates on notification click
When a window title doesn't match the project folder name, the terminal app now still gets activated (app-level focus) instead of doing nothing.
Improvements
Symlink resolution for focus-window
Binary path now resolves symlinks via filepath.EvalSymlinks for more robust handling.
CI stability
Real-network install E2E tests are now non-blocking (continue-on-error) across all platforms to prevent flaky network timeouts from failing CI.
๐ฆ Installation ยท ๐ Updating
Full Changelog: v1.32.0...v1.33.0