OpenClaw 2026.3.1 Released: OpenAI WebSocket Streaming, Claude 4.6 Adaptive Reasoning, New Code Review Tools
OpenClaw 2026.3.1 is out, and it’s a meaningful update — not just a bug-fix release. Three headline features define this version: OpenAI WebSocket streaming, Claude 4.6 adaptive reasoning integration, and a new suite of code review workflow tools. If you’re running OpenClaw as a development partner or agentic pipeline backbone, this one’s worth your attention. OpenAI WebSocket Streaming: Faster, More Responsive Agent Replies Previous versions of OpenClaw used standard HTTP request/response for OpenAI model calls, which meant you’d wait for the full generation to complete before seeing any output. 2026.3.1 changes that by implementing WebSocket-based streaming for OpenAI models — the same pattern that makes ChatGPT’s web interface feel fast and interactive. ...