v1.14.0 - Per-status notification control
Per-status notification control 🎛️
Now you can disable individual notification types instead of all-or-nothing!
What's New
- Disable specific notifications - e.g., disable only
task_completewhile keepingquestionandplan_ready - New
enabledfield in status config - Updated
/notifications-settingswizard with Step 4.5 for selecting notification types - Backward compatible - existing configs work without changes
Example: Disable Task Complete notifications
{
"statuses": {
"task_complete": {
"enabled": false,
"title": "✅ Completed",
"sound": "${CLAUDE_PLUGIN_ROOT}/sounds/task-complete.mp3"
}
}
}All Notification Types
| Type | Description |
|---|---|
task_complete |
Task completed with code changes |
review_complete |
Code review/analysis completed |
question |
Claude has a question |
plan_ready |
Plan is ready for review |
session_limit_reached |
Session limit reached |
api_error |
API authentication error |
Full Changelog: v1.13.0...v1.14.0