OpenClaw 2026.5.3 Release Notes: File Transfer Plugin, Faster Gateway Startup, and /steer
OpenClaw v2026.5.3 was released on May 4, 2026. The official release page is broader than the patch releases that followed it, combining a new bundled plugin with startup performance work, channel delivery improvements, and several install and runtime reliability changes.
If you want the clearest picture of where the early May release train started, this is the post to read before OpenClaw 2026.5.4 and the later maintenance fixes.
Bundled File Transfer Plugin
The top item in the official release notes is a new bundled file-transfer plugin. OpenClaw says it adds the tools file_fetch, dir_list, dir_fetch, and file_write for binary file operations on paired nodes.
The release notes also spell out the safety boundaries:
- default-deny per-node path policy under
plugins.entries.file-transfer.config.nodes - operator approval
- symlink traversal refused by default
- opt-in
followSymlinks - a 16 MB per round-trip byte ceiling
The official file-transfer plugin documentation matches those details, including the package name @openclaw/file-transfer, its inclusion in OpenClaw, and its 16 MB binary transfer limit.
Faster Gateway Startup and Control UI Paths
OpenClaw 2026.5.3 also focuses heavily on performance. The official release notes say startup and Control UI hot paths were trimmed by lazy-loading plugin and runtime discovery, cron, schema, shutdown, sessions, and model metadata work only when needed.
That is a meaningful architectural change because it targets the overhead of simply bringing the Gateway up and navigating the UI, not just the speed of one specific tool call.
Channel Delivery and Reply Improvements
The release notes say OpenClaw improved:
- Discord status reactions and degraded transport reporting
- WhatsApp Channel and Newsletter targets
- Telegram delivery and recovery behavior
- Feishu delivery and recovery behavior
- Matrix delivery and recovery behavior
- Microsoft Teams delivery and recovery behavior
- Slack delivery and recovery behavior
The release also adds a unified streaming.mode: "progress" draft behavior across Discord, Telegram, Matrix, Slack, and Microsoft Teams. The official progress drafts docs describe that mode as a single visible status draft that updates while the agent is working and then becomes the final answer when the channel supports it safely.
New Commands and Reliability Work
The May 4 release adds /steer <message>, which the release notes describe as a way to steer the active current-session run without starting a new turn when the session is idle. It also adds /side as a text and native slash-command alias for /btw side questions.
Beyond that, the release notes list reliability work across:
- plugin install, uninstall, update, onboarding, and ClawHub fallback
- macOS LaunchAgent upgrade recovery
- rejection of source-only plugin packages before runtime load
- stale Gateway and plugin state repair during updates and doctor runs
- preservation of streamed provider replies and delayed A2A session replies
- memory recall, web search provider discovery, and provider-specific thinking and model metadata behavior across edge cases
Why This Release Matters
OpenClaw 2026.5.3 is the foundational May release because it combines:
- a new bundled file operation plugin
- performance work on startup and the Control UI
- cross-channel reply and delivery improvements
- new operator-facing commands
The next release, OpenClaw 2026.5.4, brings the bigger Google Meet voice headline. But 2026.5.3 is where the broader platform work in this release cycle begins.