Integrations & Automation
v1.2.0
MouseViz now integrates with Apple Shortcuts, the macOS Share menu, and expands its URL Scheme API to 18 commands — making it fully automatable from Raycast, Alfred, Stream Deck, and custom scripts.
URL Scheme API
Expanded from 5 to 18 commands. New commands include pause/resume recording, add markers, overlay control, and query commands that copy JSON results to the clipboard for automation tools.
Apple Shortcuts
9 Siri-enabled actions available in the macOS Shortcuts app:
- Start, stop, pause, and resume recording
- Add named task markers during recording
- Get recording status with structured data
- List recent sessions from history
- Toggle the visualization overlay
- Export heatmaps to a directory
macOS Share Extension
Send images and videos from any macOS app to MouseViz via the system Share menu. Files open automatically in the image or video editor.
Bug Fixes
- Fixed App Intents (Start/Stop/Export) not triggering actions due to missing notification observers
- Extracted URL scheme routing into a dedicated router for maintainability