OpenClaw 2026.4.2 and 2026.3.31 break local LLM connections

Connection issues with local LLM instances
Two recent OpenClaw updates—versions 2026.4.2 and 2026.3.31—are breaking connections to locally hosted Ollama instances. Users report that the agent times out when attempting to connect to locally hosted Ubuntu machines running Ollama.
The error logs show a clear pattern of connection failures:
01:07:29 warn agent/embedded Profile ollama-remote2:default timed out. Trying next account... 01:07:29 warn agent/embedded embedded run failover decision 01:07:29 error diagnostic lane task error: lane=main durationMs=61252 error="FailoverError: LLM request timed out." 01:07:29 error diagnostic lane task error: lane=session:agent:aitrader:main durationMs=61254 error="FailoverError: LLM request timed out." 01:07:29 warn model-fallback/decision model fallback decision
According to the report, reverting to version 2026.3.28 resolves the issue. This suggests the problem was introduced in the 2026.3.31 update and persists in 2026.4.2.
For developers using OpenClaw with local LLM instances, this means either staying on version 2026.3.28 or waiting for a fix in future releases. The timeout errors indicate the agent is attempting to connect but failing to establish or maintain communication with the local Ollama service.
📖 Read the full source: r/openclaw
👀 See Also

Two Research Projects Challenge Imitation Learning for Web Agents
Two research projects demonstrate limitations of imitation-only training for web agents: 'Browser in the Loop' uses RL with an 8B-parameter model to improve form submission success, while 'Concentrate or Collapse' shows standard RL fails with diffusion language models, requiring sequence-level optimization.

Claude Opus 4.6 Blocks Kaggle Competition Workflow for Code Review
A developer reports Claude Opus 4.6 is now blocking legitimate Kaggle competition workflows where Claude audits reasoning traces for SFT training data validation. The user was working on the NVIDIA Nemotron Reasoning Challenge when safety filters flagged substitution cipher examples.

Claude Code Performance Regression Diagnosed: Configuration, Not Model Intelligence
Anthropic's postmortem reveals Claude Code's performance drop was caused by three product changes — default reasoning effort, session caching bug, and prompt-verbosity — not model degradation. Rollback restored performance.

Supreme Court Declines Review, AI-Generated Art Remains Uncopyrightable
The US Supreme Court declined to hear a case on copyrighting AI-generated art, letting stand lower court rulings that require 'human authorship' for copyright protection. This follows the Copyright Office's 2022 rejection of Stephen Thaler's request to copyright an image created by his algorithm.