Skip to content

v1.14.0 - Per-status notification control

Choose a tag to compare

@777genius 777genius released this 16 Jan 02:23
· 228 commits to main since this release

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_complete while keeping question and plan_ready
  • New enabled field in status config
  • Updated /notifications-settings wizard 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