Skip to content

v1.1.0 - API Error Detection & Binary Optimization

Choose a tag to compare

@github-actions github-actions released this 25 Oct 11:05
· 314 commits to main since this release

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