By devasher · Edited by Nominiclaw
openclaw v2026.6.5-beta.1 introduces the Parallel web-search provider, enhances Matrix voice and thread support, and implements critical stability fixes for Anthropic extended-thinking sessions and MCP tool results.
openclaw v2026.6.5-beta.1 delivers a new bundled web-search provider, expanded channel capabilities for Matrix and QQBot, and significant reliability improvements for agent session recovery and MCP tool integration.
Parallel is now a bundled web_search provider designed for agentic search, returning LLM-optimized dense excerpts. It is configurable via the PARALLEL_API_KEY environment variable or plugins.entries.parallel.config.webSearch.apiKey config. The provider includes support for custom base URL overrides (e.g., for Cloudflare AI Gateway proxying) and integrates directly into the pnpm openclaw onboard search-provider picker.
sanitizeText hook to strip model reasoning and thinking scaffolding (e.g., <thinking> tags) before delivery, preventing internal model narration from leaking into channel replies.message_start, allowing pre-generation signature errors to trigger existing recovery retries.resource_link, resource, and audio) are now coerced to text at the materialize boundary. This prevents Anthropic 400 errors and poisoned session history caused by malformed image blocks.openclaw-agent.sqlite) for improved durability.docker.io/oven/bun) to prevent hangs on Podman hosts with short-name-mode = "enforcing".google-vertex/* models are correctly resolved at runtime for ADC users.This release significantly reduces session fragility for users of Anthropic's extended thinking and MCP tools. The addition of Parallel provides a high-accuracy, agent-optimized search alternative. For channel users, the updates to Matrix and QQBot provide a more polished and native experience, while the infrastructure changes to SQLite auth storage and gateway guards harden the system against state loss and unauthorized config mutations.
This release introduces the Parallel web-search provider, adds Matrix voice preflight and thread support, migrates auth profiles to SQLite, and fixes critical session stalls for Anthropic extended-thinking and MCP tool results.
No breaking changes are listed in the release notes, although agent-driven gateway config.patch and gateway config.apply calls targeting global prompt overlays or global default model settings will now fail as protected config changes.
Upgrade guidance is not explicitly provided in the source, but the release includes a non-interactive cron migration path that runs during doctor config preflight to migrate legacy JSON stores into SQLite.