Claude Code Boomerang - Desktop notifications with click-to-jump
npx claudepluginhub quanru/claude-code-boomerangDesktop notifications when Claude Code tasks complete. Click to jump to VS Code.
简体中文 | English
Get desktop notifications when Claude Code tasks complete. Click to jump to your VS Code window.
# 1. Add marketplace
/plugin marketplace add quanru/claude-code-boomerang
# 2. Install plugin
/plugin install claude-code-boomerang
# 3. Restart Claude Code
That's it! The plugin will automatically set up all required hooks.
The plugin automatically detects your IDE and opens the correct workspace when you click the notification:
| IDE | Auto-detected | URL Scheme |
|---|---|---|
| VS Code | ✅ | vscode://file |
| Cursor | ✅ | cursor://file |
| WebStorm | ✅ | webstorm://open?file= |
| IntelliJ IDEA | ✅ | idea://open?file= |
| PyCharm | ✅ | pycharm://open?file= |
| GoLand | ✅ | goland://open?file= |
Detection is based on the __CFBundleIdentifier environment variable.
The plugin monitors 3 types of Claude Code hooks with different sounds:
| Hook | Trigger | Notification | Sound |
|---|---|---|---|
| PreToolUse | Before ExitPlanMode | 📋 Plan Ready | Hero |
| PreToolUse | Before AskUserQuestion | ❓ Question | Glass |
| Notification | Permission prompts | ❓ Notification | Glass |
| Stop | Main task completed | ✅ Task Completed | Ping |
Configure the plugin in ~/.claude/settings.json:
{
"env": {
"CLAUDE_NOTIFY_DEBUG": "true",
"CLAUDE_NOTIFY_SOUND": "on",
"CLAUDE_NOTIFY_SOUND_PLAN": "Hero",
"CLAUDE_NOTIFY_SOUND_QUESTION": "Glass",
"CLAUDE_NOTIFY_SOUND_COMPLETE": "Ping"
}
}
Available options:
CLAUDE_NOTIFY_DEBUG: Enable debug logging ("true" or "false")CLAUDE_NOTIFY_SOUND: Control notification sounds ("on" or "off", default: "on")CLAUDE_NOTIFY_SOUND_PLAN: Plan Ready sound (default: "Hero")CLAUDE_NOTIFY_SOUND_QUESTION: Question/Notification sound (default: "Glass")CLAUDE_NOTIFY_SOUND_COMPLETE: Task Completed sound (default: "Ping")Available sounds: Basso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink
/plugin uninstall claude-code-boomerang
See GUIDE.md for:
中文文档请查看 README-ZH.md
MIT
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.