Your own personal AI assistant. Any OS.
OpenClaw v2026.4.24 adds Google Meet, DeepSeek V4, realtime voice loops, coordinate-click browser automation, and OTEL diagnostics.
$ git clone --branch v2026.4.24 https://github.com/openclaw/openclaw.git # already have the repo? check out this version: $ git checkout v2026.4.24
$ openclaw voicecall smoke $ openclaw browser click-coords 640 480 $ openclaw googlemeet doctor --oauth
$ openclaw matrix verify self - ›Adds a bundled Google Meet participant plugin with personal Google auth, Chrome/Twilio realtime transports, paired-node
chrome-nodesupport, artifact/attendance exports, andgooglemeet doctor --oauth/recover-tabrecovery tooling. - ›Adds DeepSeek V4 Flash and V4 Pro to the bundled model catalog; V4 Flash becomes the new onboarding default.
- ›Enables realtime voice loops backed by the full OpenClaw agent (
openclaw_agent_consult) in Talk, Voice Call, and Google Meet sessions. - ›Adds a Gemini Live realtime voice provider for Voice Call and Google Meet audio bridges, with bidirectional audio and function-call support.
- ›Adds a Gateway realtime brain WebSocket endpoint backed by Gemini Live, with owner-auth gating and async OpenClaw tool handoff.
+19 moreshow less
- ›Adds viewport coordinate-click support for browser automation, accessible via
openclaw browser click-coordsfor CLI use. - ›Adds
browser.actionTimeoutMsconfig with a 60-second default action budget to prevent healthy long browser waits from timing out. - ›Supports per-profile
browser.profiles.<name>.headlessoverrides so individual browser profiles can run headless independently. - ›Adds
voicecall setupand a dry-run-by-defaultvoicecall smokecommand to verify Twilio/provider readiness before a live call. - ›Adds
openclaw matrix verify selfto establish full cross-signing identity trust for self-device verification from the CLI. - ›Adds a bundled Gradium text-to-speech provider with voice-note and telephony output support.
- ›Exposes raw
vectorScoreandtextScorealongside the combinedscoreon hybrid memory search results for retrieval contribution inspection. - ›Adds
agents.defaults.contextInjection: "never"config option to disable workspace bootstrap file injection for agents that fully own their prompt lifecycle. - ›Adds disabled-by-default
gateway.nodes.pairing.autoApproveCidrsfor automated first-time node pairing from explicit trusted CIDRs. - ›Exports run, model-call, and tool-execution lifecycle events as OTEL spans, with opt-in
diagnostics.otel.captureContentcontrols for content attributes. - ›Refines the agent Tool Access panel with compact live-tool chips, collapsible tool groups, direct per-tool toggles, and runtime/source provenance display.
- ›Adds a Steer action on queued chat messages so a browser follow-up can be injected into the active run without retyping it.
- ›Adds a
modelCatalogplugin manifest contract for provider-owned model rows, aliases, and suppression rules without loading plugin runtime. - ›Moves local PDF extraction into a bundled
document-extractplugin, decouplingpdfjs-distfrom core. - ›Moves Bonjour LAN Gateway discovery advertising into a default-enabled bundled plugin so users can disable it without affecting wide-area discovery.
- ›Adds a central plugin compatibility registry with dated migration metadata for SDK/config/setup/runtime deprecation records.
- ›Speeds up
openclaw models listwith static catalogs for bundled providers and narrower registry enumeration. - ›Lets Gemini TTS prepend configured
audioProfileandspeakerNameprompt text for reusable speech-style control. - ›Exposes activation plan reasons and a richer plan API so callers can inspect why a plugin was selected.
- !The Pi-only api.registerEmbeddedExtensionFactory(...) compatibility path is removed; bundled tool-result rewrites must now use api.registerAgentToolResultMiddleware(...) with
contracts.agentToolResultMiddlewaredeclaring the targeted harnesses.