You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slack Socket Mode can now run a background polling reconciler to recover messages missed during disconnects, ping-timeout flaps, or process restarts while deduplicating by (channel, ts).
Slack polling now tracks active threads with per-thread watermarks, seeds recent thread activity from SQLite on startup, and keeps replies on older thread parents visible.
Added a Slack message lookup migration for fast (channel_id, ts) reconciler dedup checks.
Changed
Integration context now exposes Slack message existence and recent Slack thread activity queries for the reconciler and startup seeding flow.
Slack config now includes socketReconcileEnabled plus localized copy for the hybrid Socket Mode + polling behavior.
Fixed
No fix entries in this release.
Technical Details
Includes package version 1.147.0 and a Keep a Changelog entry for the in-app changelog.