github 777genius/claude-notifications-go v1.14.0
v1.14.0 - Per-status notification control

latest releases: v1.40.1, v1.40.0, v1.39.4...
7 months ago

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

Don't miss a new claude-notifications-go release

NewReleases is sending notifications on new releases.