New Features
iTerm2 + tmux -CC (control mode) click-to-focus (#41)
When using iTerm2's tmux integration (tmux -CC), clicking a notification now switches to the correct iTerm2 tab. Standard tmux select-window doesn't work in control mode — the plugin auto-detects -CC mode via tmux list-clients and uses the iTerm2 Python API (tab.async_select() with tmuxWindowPane mapping) instead.
What's included:
- Auto-detection of tmux control mode (-CC)
- Python helper script using iTerm2 Python API for tab switching
- Automatic venv setup in
bootstrap.shandinstall.sh(macOS, when iTerm2 + tmux detected) - Graceful fallback to standard
tmux select-windowif Python API is unavailable
Requirements:
- Python 3 installed
- iTerm2 → Settings → General → Magic → Enable Python API
- Venv is set up automatically by bootstrap/install
📦 Installation · 🔄 Updating
Full Changelog: v1.29.2...v1.30.0