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
Contacts: add contacts check <phone> [phone...] to query live whether numbers are registered on WhatsApp, with JSON output for scripting; per-number responded distinguishes a server non-answer from a confirmed "not registered". (#331)
Fixed
Send: surface local history failures after a delivered file, voice, or status send as a store_warning (stderr warning plus JSON field) instead of silently diverging local history, while keeping the delivered message id so scripts do not retry an already-sent message. (#328 - thanks @SebTardif)
Send: extend the store_warning partial-success contract to every remaining send surface — text, sticker, reactions, polls, poll votes, button/list selections, and message forwarding — including sends delegated to a running sync --follow process.
Docs
README: align the project overview, install paths, quickstart, and command map with the shared documentation standard.