About this project

dsh-chime-alerts is a sound notification plugin designed for DeepSeek Harness (DSH). It can monitor various Agent work states (such as task completion, authorization required, plan review, goal blocked, and ten other types of events) and notify users via sound, reducing the pressure of constantly monitoring the page. Key features include: 1. Multi-dimensional Alerts: Supports browser synthesized sound (Web Audio) and cross-platform system beeps (Windows/Linux/macOS), with independent toggles and volume configurations. 2. Fine-grained Control: Each event type can have its own independent switch, sound, and volume settings; supports independent muting by workspace. 3. Flexible Installation: Provides two deployment options: npm static installation (recommended) and a no-install dynamic plugin. 4. Customization Support: Uses royalty-free synthesized sounds by default, while also supporting the upload of custom audio files. 5. Cross-platform Compatibility: Host beeps are implemented via wscript on Windows, canberra-gtk-play/paplay on Linux, and afplay on macOS.