OpenClaw beta added live control of a real Chrome session through Chrome DevTools MCP; the project also added native SGLang provider support and parallel tool calling work. Try it if you need self-hosted agents to handle authenticated browser flows with local inference backends.

The new beta exposes Chrome's live browser control inside OpenClaw. In the beta announcement, steipete says it uses "the new live browser control that Google added in latest Chrome," and that the agent can decide when to use it or be directed manually.
This is a step beyond isolated browser automation because it targets an active user session. Steipete's earlier feature note frames the distinction directly: this path has "full access to your browser and all logged in websites," unlike the project's existing automation.
The implementation rides on Chrome DevTools MCP rather than a custom browser stack. The linked Chrome DevTools MCP post describes attaching coding agents to an existing debugging session, including live inspection state and authenticated pages, with explicit user permission before remote connection.
OpenClaw's beta ties that to a dedicated browser profile and a user-approved enablement flow. In the beta post, steipete says a new "user" profile session is included; in the security note, he adds that the broader access model requires "an extra alert to enable."
SGLang is now a first-class model provider in OpenClaw. LMSYS's announcement says the support is native, and the attached screenshots show a direct provider entry plus fields for a local base URL, API key, and model name, with an example config pointing at a localhost SGLang endpoint and a Qwen model
. A follow-up plugin refactor note says the project now uses a refactored plugin system to make that provider integration native.
Tool execution is also getting broader. Steipete's tool calling teaser says parallel tool calling is coming to OpenClaw, which matters for agents that need to combine browser work with multiple backend actions in one turn.
OpenClaw's maintainer asked users to switch to the dev channel and stress normal workflows before a large release that may break plugins. Watch harness speed, context plugins, and permission boundaries closely while the SDK refactor lands.
releaseOpenClaw shipped version 2026.3.22 with ClawHub, OpenShell plus SSH sandboxes, side-question flows, and more search and model options, then followed with a 2026.3.23 patch. Teams get a broader plugin surface, but should patch quickly and review plugin trust boundaries as the ecosystem grows.
releaseCursor shipped Instant Grep, a local regex index built from n-grams, inverted indexes, and Bloom filters that drops large-repo searches from seconds to milliseconds. Faster candidate retrieval shortens the coding-agent loop, especially when ripgrep-style scans become the bottleneck.
breakingChatGPT now saves uploaded and generated files into an account-level Library that can be reused across conversations from the web sidebar or recent-files picker. It removes repetitive re-uploading and makes past PDFs, spreadsheets, and images part of a persistent working context.
breakingEpoch AI says GPT-5.4 Pro elicited a publishable solution to one 2019 conjecture in its FrontierMath Open Problems set, with a formal writeup planned. Treat it as an early milestone worth reproducing, not blanket evidence that frontier models can already automate math research.
🎉 SGLang is now a supported model provider in @OpenClaw! SGLang serves trillions of tokens/day across 400K+ GPUs. Now your local deployment is first-class in OpenClaw too.🦞
OpenClaw 2026.3.12 🦞 🎛️ dashboard v2 — slick new control UI ⚡ /fast mode for models 🔌 ollama/sglang/vllm → plugins (core goes on a diet) 🛡️ device tokens now ephemeral ⏰ cron + windows reliability fixes touch grass? nah, touch main 🌿github.com/openclaw/openc…
New @openclaw beta is up: it comes with the new live browser control that Google added in latest Chrome! enable via chrome://inspect#remote-debugging Your clanker will know when to use what, or you can ast it. new "user" profile session is there! developer.chrome.com/blog/chrome-de…
Last random tweet was me/codex testing the new MCP Chrome session feature we're adding to claw. This has full access to your browser and all logged in websites (in contrast to the existing automation). So there's an extra alert to enable. developer.chrome.com/blog/chrome-de…