github 777genius/claude-notifications-go v1.1.0
v1.1.0 - API Error Detection & Binary Optimization

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

Added

  • New notification type: API Error 401 🔴
    • Detects authentication errors when OAuth token expires
    • Shows "🔴 API Error: 401" with message "Please run /login"
    • Triggered when both "API Error: 401" and "Please run /login" appear in assistant messages
    • Priority detection (checks before tool-based detection)
    • Added comprehensive tests for API error detection

Improved

  • Binary size optimization - 30% smaller release binaries
    • Production builds now use -ldflags="-s -w" -trimpath flags
    • Binary size reduced from ~10 MB to ~7 MB per platform
    • Faster download times for users (5 seconds instead of 8 seconds)
    • Better privacy (no developer paths in binaries)
    • Deterministic builds across different machines
    • Development builds unchanged (still include debug symbols)

Changed

  • Updated notification count from 5 to 6 types in README
  • All tests passing with new features

Full Changelog: v1.0.3...v1.1.0

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

NewReleases is sending notifications on new releases.