What's Changed
Bug Fixes
- Discord message chunking - Fixed critical bug where
listcommand failed on Discord with 60+ tracks due to exceeding 2000 character limit - Emoji compatibility - Added conversion of Slack emoji codes to Unicode emoji for Discord display
Improvements
- Improved message chunking with
sendChunkSafehelper for reliable splitting - Used efficient regex-based emoji conversion (single pass)
- Fixed exact-length line handling that could cause blank messages
- Reduced inter-message delay from 500ms to 300ms for better UX
Dependencies
@slack/web-api: 7.13.0 → 7.14.1axios: 1.13.2 → 1.13.5posthog-node: 5.24.9 → 5.24.15openai: 6.16.0 → 6.22.0
Full Changelog: v2.3.0...v2.3.1