When an AI workflow runs both a 20-second image and a 90-second video, one global timeout forces a bad choice: kill the video before it finishes, or let the image sit idle after it's done. OpenClaw v2026.4.23, released Thursday, gives developers a way to configure each task type with its own wait budget — so a running agent can wait longer for video than for image, without a human restarting the workflow.
It is one of three changes Thursday that move OpenClaw further toward what the team calls AI-to-AI infrastructure: tools and patterns that let agents handle more coordination work without a person in the loop. The second change routes image generation through the same authentication system (OAuth) that already handles chat, eliminating the separate API key most agent frameworks require a person to provision and manage. The third gives a child session spawned by a running agent the same working context as its parent, rather than starting empty — so a human does not have to re-explain what they were doing when the agent delegated a sub-task.
The per-call timeout gap was documented before the fix shipped. A March GitHub issue described a slow or unresponsive model hanging the workflow channel for up to 10 minutes, with no way to set different limits for different task types. A second open issue flagged that configured timeout settings were not being respected at all. The per-call timeout feature in v2026.4.23 addresses both.
Whether that distinction matters in practice is the open question. LangChain, CrewAI, and AutoGen expose timeout controls at the conversation level, not per individual task type — developers working in those frameworks set one limit for the whole agent run. The architecture OpenClaw shipped is not yet a pattern in the other major agent frameworks. Whether the gap represents a genuine difference in how these systems are designed or simply a feature nobody has shipped yet is the question worth watching.
One thing the release notes do not answer: how many OpenClaw users are on Codex subscription plans versus API keys? If the OAuth path is the minority today, these three changes describe where the architecture is going rather than where most developers actually are. The subscription-versus-API-key split is the number that would settle that question — and nobody has published it yet.