OpenClaw 5.4 Adds /steer and /side Commands: Redirect Agent Mid-Task Without Losing Context

OpenClaw 5.4 introduces two new commands that solve a common pain point: /steer and /side. These let you redirect an agent's current task direction or ask an unrelated question without losing the existing context or starting a new session.
What They Do
/steer— Redirects the agent's current task direction without starting a new session. If your agent is going down the wrong path on a research task, you can steer it without losing all the context it already gathered./side— Starts a side conversation within the same session. Ask a quick unrelated question without derailing the main task. The agent maintains both threads independently.
Before these commands, options were limited: interrupt the agent (losing context) or wait until it finishes (potentially wasting tokens on the wrong direction). These commands preserve context and save tokens.
Auto-Reply Queue Changes
The auto-reply queue has also been updated. Reset-triggered /new and /reset are now treated as interrupt runs. When you hit /new, the agent stops existing work immediately instead of queuing your fresh start behind whatever it's currently doing. This makes daily usage less frustrating—the gap between 'cool demo' and 'usable daily tool' is made of exactly these kinds of fixes.
Who It's For
Developers using OpenClaw AI coding agents who need mid-task redirection without context loss. This is directly useful for research, debugging, or any multi-step task where the agent's initial direction needs course correction.
📖 Read the full source: r/openclaw
👀 See Also

MLX Inference Performance Update: April 2026 Benchmarks and Features
MLX inference performance has improved significantly, with Qwen3.5-35B-A3B reaching 71.8 tokens/second at 4K context and new features like Multi-Token Prediction and SpecPrefill providing 2.3x-5.5x speedups for large models.

OpenClaw agent spending patterns and lack of spending caps
A developer tracked OpenClaw agent spending over two months and found most agents average $40–$80/month in API and service charges when left unchecked, with spikes occurring on weekends and overnight. The default behavior is unlimited with no built-in spending cap.

Claude Code v2.1.153 Ships Skip LFS, MCP Fixes, and Agent Autocomplete
Claude Code v2.1.153 adds skipLfs option for Git LFS avoidance, fixes MCP server reconnect-loops, and improves agent dispatch with native slash command autocomplete.

Claude AI credited in macOS Tahoe 26.5 update release notes
Apple’s macOS Tahoe 26.5 release notes credit Claude AI alongside engineering teams, marking the first known case of an AI being formally acknowledged in Apple’s changelog.