v0.15.0

mudler/LocalAIv0.15.0Jul 27, 2026by steipete

AI Summary

This release enhances the wacli tool by adding granular control over file sending media types and improving webhook payloads to include locally resolved chat names.

Key Highlights

  • Send files with explicit media types (e.g., MP3 as a downloadable document) using the new `--as` flag.
  • Webhooks now include locally resolved chat names in their payloads.
  • Improved handling of WhatsApp media types independent of MIME types.

New Features

  • Added `send file --as auto|document|audio|image|video` command option.
  • Webhook payloads now include chat name data when available.

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)