WhatsApp Auto-Reply Bug Silently Drops Media Images in OpenClaw 2026.4.2

WhatsApp Auto-Reply Media Delivery Failure
A user has identified a bug in OpenClaw version 2026.4.2 where WhatsApp auto-replies containing media attachments fail to deliver images. The issue occurs specifically when using the MEDIA:./path/to/image.png format in auto-reply responses.
Problem Details
The bug manifests only under specific conditions:
- WhatsApp auto-reply with
MEDIA:format → image silently dropped ❌ - WhatsApp auto-reply with text only → works ✅
- Same
MEDIA:format on Telegram auto-reply → image delivered ✅ openclaw agent --deliver→ image delivered on WhatsApp ✅openclaw message send --media→ image delivered ✅
The exact same agent configuration, OpenClaw version, and chart-mpl skill work perfectly on Telegram, indicating the issue is WhatsApp-specific.
Root Cause
Code tracing reveals the problem originates in the WhatsApp deliver callback function in login-DW2Orybl.js. The function filters out all non-final payloads:
deliver: async (payload, info) => { if (info.kind !== "final") return;This filtering logic appears to be preventing media attachments from being processed in auto-reply scenarios on WhatsApp.
This type of platform-specific delivery bug is common when working with multiple messaging APIs, as each service has different payload handling requirements and webhook behaviors.
📖 Read the full source: r/openclaw
👀 See Also

AI Zombification of Universities: A Firsthand Account of LLM Cheating at Elite Colleges
An analysis of how LLMs are systematically destroying academic integrity at elite universities, with specific examples from UChicago: 40-point score gaps between take-home and in-person tests, students photographing exams during tests, and professors writing lectures with ChatGPT.
Claude Code v2.1.208: Screen Reader Mode, Vim Remaps, Memory Leak Fixes, and More
Claude Code v2.1.208 adds opt-in plain-text screen reader mode, vim insert-mode sequence remaps, a process wrapper for corporate launchers, and fixes dozens of bugs including memory leaks in long sessions.

GitHub Copilot Individual Plan Changes: Paused Sign-ups, Tighter Limits, Model Adjustments
GitHub is pausing new sign-ups for Copilot Pro, Pro+, and Student plans while tightening usage limits and removing Opus models from Pro plans. These changes respond to increased compute demands from agentic workflows.

PwC 2026 CEO Survey: 56% Report Zero Financial Return from AI, Only 12% Succeed
PwC surveyed 4,454 CEOs across 95 countries and found 56% report zero financial impact from AI, while only 12% have successfully used AI to both cut costs and grow revenue. The successful 'Vanguard' companies are 3x more likely to apply AI directly to products and services.