OpenClaw adds Code Mode for tools
This post is a product update about OpenClaw, highlighting a new Code Mode that expands the agent beyond plain shell execution. The core idea is that shell can compose shell commands, but Code Mode can also orchestrate MCP tools, app tools, dynamic tools, structured JSON outputs, loops, filters, maps, and conditionals inside a single runtime cell. The author frames it as an additional composition path rather than a replacement, with an opt-out via `code_mode_only` so the model can still use normal tools directly.
The hot take is that OpenClaw is pushing toward a real agent runtime, not just a smarter CLI.
- –This is most compelling for MCP-heavy workflows where tool composition matters more than raw command execution.
- –The opt-out matters: forcing everything through Code Mode would be brittle, but making it optional keeps the system flexible.
- –The feature differentiates OpenClaw from shells and wrappers by treating orchestration as a first-class runtime concern.
DISCOVERED
1h ago
2026-05-11
PUBLISHED
2h ago
2026-05-11
RELEVANCE