v0.12.0
openclaw/wacliv0.12.0Jul 6, 2026by github-actions[bot]
AI Summary
Adds media backfill and retry capabilities to recover missing or expired media from the primary device.
Key Highlights
- Download media for already-synced messages with metadata but no local copy
- Recover CDN-expired media from the primary device
- Fixed schema-inspection SQL for store security
New Features
- Media backfill command to download missing local copies
- Media retry command to recover expired CDN media
- Fixed allowlisted queries for store access
Full Release Notes
## Changelog ### Added - Media: add `media backfill` to download media for already-synced messages that have metadata but no local copy. (thanks @njt) - Media: add `media retry` to recover CDN-expired media from the primary device. (thanks @njt) ### Security - Store: replace dynamic schema-inspection SQL with fixed allowlisted queries. (thanks @dovocoder) ### Fixed - Sync: finish queued media downloads before clean one-shot and bootstrap exits instead of canceling them at idle. (thanks @njt)