v0.9.0
openclaw/wacliv0.9.0May 15, 2026by github-actions[bot]
AI Summary
Introduces WhatsApp polls, interactive message buttons, and ephemeral text messages, alongside a significant store schema refactor using sqlc for better typed queries.
Key Highlights
- Implemented full support for WhatsApp polls and interactive buttons
- Added support for ephemeral text messages
- Refactored store schema using sqlc for typed queries
- Preserved interactive message metadata end-to-end
New Features
- WhatsApp polls support
- Interactive message buttons
- Ephemeral text messages
- Refactored store schema with sqlc
Full Release Notes
## Changelog * 043729105e9d87ce0b51239ce8d2af9a3e061048 ci: add Docker image smoke coverage * de9a3dd43480f984e82c992dc9c7ab8097c0ce14 feat: implement WhatsApp polls (#230) * 7b6896ccb07fa914b26081c37690b667f89a3227 feat: preserve interactive message buttons end-to-end (#226) * 2ab69c3dfe9dc9955d433b1fba9ef5c9b06f9243 fix: canonicalize send phone recipients * 3a51aca8d502804b95a35112ba61b880ba579664 fix: harden audited file writes * c05122feba7cca5900fa7d243bab4066e748814d fix: include ephemeral context for text sends (#238) * cac5f20e45b27c59e4a3423081cc3566bf751d5e fix: parse NativeFlow interactive buttons * add0d82efd45196e882f62fe991d26442008b4b6 fix: warm up recipients before send to reduce privacy-token failures (#234) * ea2acd8852c432eb1f415c9524ad71fd3dcb2e08 refactor: generate typed store queries with sqlc * b3527a67753536cbbc4efa82b7cc382fb5121e27 send: support ephemeral text messages