Summary

OpenClaw’s May beta is no longer just a bundle of operational fixes. The release tightened default sub-agent bootstrap context and model-listing performance, and the project’s current runtime work now points toward a much larger internalization of the agent core into OpenClaw-owned packages and boundaries.

What changed

OpenClaw's 2026.5.22 beta narrowed default sub-agent bootstrap context and improved model-listing performance, while the active runtime roadmap centers on internalizing the agent runtime into OpenClaw-owned core, plugin, and SDK surfaces.

Why it matters

This is a strong signal that agent platforms are moving from feature accumulation toward architecture cleanup. Narrower default worker context, faster model discovery, and direct ownership of the runtime core all improve the reliability, explainability, and maintainability of long-running delegated-agent systems.

Evidence excerpt

The beta release limits default sub-agent bootstrap context to AGENTS.md and TOOLS.md and cuts model-listing hot-path cost after startup warm, while PR #85341 describes an OpenClaw-owned agent-core package and the removal of the old Pi-shaped runtime boundary.

Sources