Release Overview
OpenClaw 2026.5.3 focuses on utility and speed. With the new file-transfer plugin for cross-node file ops, the /steer command for real-time agent guidance, and a lazy-loading gateway, this update makes the system more capable and faster to start.
New Tooling: File Transfer Plugin
The core agent can now handle binary files more effectively across paired nodes.
- Binary Operations: Use
file_fetch,dir_list,dir_fetch, andfile_writefor direct file management. - Safety First: Default-deny per-node path policies ensure that agents only access what you approve.
- Performance: A 16 MB ceiling per round-trip prevents large transfers from blocking the agent transport.
Agent Control: /steer & /side
New ways to interact with your agents:
- /steer: Provide immediate guidance to an active run without starting a new turn. Perfect for nudging long-running tasks.
- /side: A native slash-command alias for
/btw, allowing for clean side-channel questions.
Performance: The Lazy Gateway
Gateway startup and the Control UI hot paths are now significantly faster.
- Deferred Loading: Plugin discovery, cron, schema, and session metadata are now lazy-loaded only when needed.
- Readiness First: Startup CPU spikes are smoothed out by deferring non-critical maintenance tasks until after the gateway is ready.
Messaging & Reliability
Discord & WhatsApp
Messaging channels see major refinements. Discord now supports status reactions and improved degraded transport reporting. WhatsApp gains official support for Newsletter and Channel targets via @newsletter.
Hardened Plugins
Official plugin installation paths have been hardened. Externalized plugins now behave exactly like first-class package installs, with improved doctor --fix recovery for broken macOS LaunchAgents and stale gateway states.
Upgrade Guide
Who should upgrade?
- Users needing to move files between paired OpenClaw nodes
- Operators running many plugins who want faster startup times
- Community managers targeting WhatsApp Newsletters
- Anyone wanting more control over active agent runs with /steer
How to Upgrade
# Update to 2026.5.3
openclaw update
# Run a doctor check to verify plugin state
openclaw doctor --fixFor the complete list of technical changes and contributors, visit the official release page on GitHub.
FAQ
What can I do with the new file-transfer plugin?
The bundled file-transfer plugin allows agents to perform binary file operations on paired nodes. Tools include file_fetch, dir_list, dir_fetch, and file_write. It features a default-deny policy with operator approval and a 16 MB per-transfer ceiling for security.
How does the /steer command work?
The /steer command allows you to provide queue-independent guidance to an active agent run. Unlike a normal message, it doesn't start a new turn when the session is idle, allowing you to nudge the agent while it's working.
What performance improvements are in this release?
Gateway startup is now faster thanks to lazy-loading for plugin discovery, cron, schema, and session metadata. Startup work is deferred until readiness, reducing initial CPU and memory pressure.
How do I use the new /side command?
/side is a native slash-command alias for /btw. It allows you to ask 'side questions' that don't disrupt the main conversation thread, similar to the existing /btw text trigger.
Need help from people who already use this stuff?
Join the Builders
With the new file-transfer plugin and steering commands, OpenClaw is more powerful than ever. Join our community to see how others are building multi-node agent teams.