Skip to content

Releases: hecspc/claude-notify

v1.2.0

15 Mar 19:46
dff127e

Choose a tag to compare

Added

  • WhatsApp notification backend via Meta Cloud API (claude-notify setup whatsapp <PHONE_ID> <TOKEN> <RECIPIENT>)
  • OpenClaw notification backend via Gateway API (claude-notify setup openclaw <URL> <TOKEN> <TARGET>)
  • Claude Code plugin (plugin/) for auto-hook registration and namespaced skills
  • Plugin manifest at repo root (.claude-plugin/plugin.json) for marketplace discovery
  • 16 plugin skills: setup for all 11 backends + mute, unmute, use, status, session
  • WHATSAPP_PHONE_NUMBER_ID, WHATSAPP_ACCESS_TOKEN, WHATSAPP_RECIPIENT environment variable overrides
  • OPENCLAW_GATEWAY_URL, OPENCLAW_TOKEN, OPENCLAW_TARGET, OPENCLAW_CHANNEL environment variable overrides
  • Default install directory changed from ~/.bin to ~/.local/bin

v1.1.3

15 Mar 16:22
2973163

Choose a tag to compare

Added

  • Claude Code plugin (plugin/) for auto-hook registration and namespaced skills
  • 14 plugin skills: setup for all 9 backends + mute, unmute, use, status, session
  • Plugin README with installation and usage guide
  • Named webhook instances (webhook.name) for multiple webhook targets
  • Custom headers support for webhooks (auth tokens, etc.)
  • Default install directory changed from ~/.bin to ~/.local/bin

Changed

  • claude-notify setup webhook now supports <NAME> <URL> for named instances

v1.1.2

14 Mar 22:01
fbebe41

Choose a tag to compare

Added

  • Windows desktop notifications via PowerShell toast (Windows.UI.Notifications)
  • Windows x86_64 release binary and CI support

v1.1.1

14 Mar 21:38
6152c2e

Choose a tag to compare

Added

  • Email notification backend via SMTP with STARTTLS (claude-notify setup email <FROM> <TO> <HOST> <USER> <PASS>)
  • Microsoft Teams notification backend via Workflows webhook (claude-notify setup teams <WEBHOOK_URL>)
  • Generic webhook notification backend (claude-notify setup webhook <URL>)
  • EMAIL_FROM, EMAIL_TO, EMAIL_SMTP_HOST, EMAIL_SMTP_PORT, EMAIL_SMTP_USERNAME, EMAIL_SMTP_PASSWORD environment variable overrides
  • TEAMS_WEBHOOK_URL, WEBHOOK_URL environment variable overrides

v1.1.0

14 Mar 21:21
88a70a0

Choose a tag to compare

Added

  • Pushbullet notification backend (claude-notify setup pushbullet <API_TOKEN>)
  • PUSHBULLET_API_TOKEN environment variable override
  • Install script for curl-based installation (curl -sSL .../install.sh | sh)

v1.0.1

14 Mar 21:11
8649f85

Choose a tag to compare

Fixed

  • Fix clippy collapsible_if warnings for CI compatibility
  • Fix release workflow: replace deprecated macos-13 with macos-latest for x86_64 cross-compilation