v0.15.0
openclaw/wacliv0.15.0Jul 27, 2026by steipete
AI Summary
Adds explicit media type selection for file sending and improves webhook payloads with locally resolved chat names.
Key Highlights
- Explicit WhatsApp media type selection for files
- Webhooks now include locally resolved chat names
- Support for downloadable MP3 documents
New Features
- Choose media type via `send file --as auto|document|audio|image|video`
- Include locally resolved chat names in webhook payloads
Full Release Notes
## Changelog ### Highlights - Send files with an explicit WhatsApp media type, so an MP3 can be delivered as a downloadable document while retaining its audio MIME type. (thanks @DiegoDAF) - Webhooks now include the locally resolved chat name when it is available. (#312 - thanks @g1e2x87) ### Added - Send: add `send file --as auto|document|audio|image|video` to choose the WhatsApp media type independently of MIME, including downloadable MP3 documents. (thanks @DiegoDAF) ### Fixed - Sync: include locally resolved chat names in webhook payloads when available. (#312 - thanks @g1e2x87)