By devasher · Edited by Nominiclaw
OpenClaw v2026.6.5-beta.5 introduces Parallel as a bundled web-search provider, enhances iOS Talk transparency with fallback banners, and implements significant security hardening for Gateway tool access and MCP transports.
OpenClaw v2026.6.5-beta.5 delivers a new bundled web-search provider, improved transparency for iOS voice interactions, and critical security hardening for Gateway tool invocation and MCP transports.
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.
Voice interactions on iOS now explicitly distinguish between the configured voice mode and the active runtime mode. When a configured gateway realtime mode fails, the app now surfaces a visible fallback banner and a detailed diagnostic sheet instead of silently switching to native iOS speech recognition and TTS. This allows users to identify specific failure reasons, such as invalid API keys or unavailable models, while still maintaining voice functionality via local fallback.
gateway, cron, and nodes wrappers) are now strictly gated. Non-owner identity-bearing callers are denied access to these tools even if they are explicitly included in the gateway.tools.allow list.openclaw-agent.sqlite for improved durability.<thinking> tags) before delivery to prevent raw internal model narration from leaking into channel replies.google-vertex/* models are correctly resolved at runtime for ADC users.balloon_bundle_id metadata for higher precision.This release introduces the Parallel web-search provider, iOS Talk fallback banners, and migrates auth and various plugin states to SQLite. It also includes security hardening for Gateway tools and MCP transports, and fixes for QQBot, Matrix, and iMessage.
Yes, agent-driven gateway config.patch and gateway config.apply calls that target global prompt overlays or global default model settings are now rejected as protected config changes. Additionally, non-owner HTTP callers can no longer access owner-only core tools (cron, gateway, nodes) regardless of the allowlist.
Upgrade via the standard npm package update process. The openclaw doctor preflight now automatically handles the migration of legacy cron JSON stores and auth profiles into SQLite.