HeadsUpAI

OpenClaw Adds Paired Node File Transfers and Live Agent Steering

OpenClaw, a self-hosted AI assistant platform, released version 2026.5.3 with a bundled file-transfer plugin for binary operations on paired nodes. This allows agents to fetch or write files across physical machines using a default-deny security policy. It also adds /steer and /side commands for real-time control over active agent loops.
File transfer limit
16 MB per round-trip
Security policy
Default-deny per-node path
New commands
/steer and /side
Performance
Durable aggregate cache for usage
Availability
Open-source (GitHub)

This release addresses reliability gaps in OpenClaw's durable task flows. By enabling file transfers between nodes, the platform moves toward a distributed multi-agent system. The steering commands solve a UX friction point in OpenClaw's active-run steering by allowing users to inject guidance into a running queue without starting a new turn.

You can now manage large deployments more efficiently with a new durable aggregate cache that prevents event-loop stalls. The update is available on GitHub, featuring OpenClaw's npm-first plugin architecture. Operators can also tune channel-specific behaviors, such as Telegram album buffering or WhatsApp targets, through the updated configuration schema.

OpenClaw🦞
OpenClaw🦞
@openclaw
X

OpenClaw 2026.5.3 🦞 📁 File transfer for paired nodes 🧭 /steer + /side for live agent control 🔌 Plugin installs/updates hardened 🛠️ Channel + upgrade fixes Big release, fewer paper cuts. https://t.co/y8QATTAP1L

104retweets1klikes
View on X

Still wondering? A few quick answers below.

The file-transfer plugin is a new bundled tool that allows AI agents to perform binary file operations across paired nodes. It includes capabilities for fetching files, listing directories, and writing data. To ensure security, it uses a default-deny path policy that requires explicit operator approval and enforces a 16 megabyte limit per round-trip transfer.

These new commands provide real-time control over active agent runs. The steer command allows users to inject messages or guidance into a current session without starting a new turn or interrupting the queue. The side command, which also functions as a native slash-command alias for the existing btw feature, lets users ask side questions during an active agent process.

This update introduces a durable aggregate cache to serve session usage and cost data. By using background refreshes and localized status checks, the system avoids the need for repeated full scans of large session stores. Additionally, the gateway now lazy-loads plugin discovery and model metadata, which significantly reduces startup times and improves the responsiveness of the Control UI.

Yes, OpenClaw is an open-source, self-hosted AI assistant platform. The 2026.5.3 release is available as a public tag on GitHub, where users can access the source code and bundled plugins. The project follows a your machine, your rules philosophy, allowing users to run the assistant across various messaging platforms like Telegram, Discord, and Slack while maintaining full data control.

Security for file transfers between paired nodes is managed through a strict default-deny policy. Operators must explicitly approve path access under the plugin configuration, and the system refuses symlink traversal by default unless opted-in. Furthermore, all transfers are capped at a 16 megabyte ceiling per round-trip to prevent resource exhaustion and ensure stable performance across the network.

Share this update