v2026.3.13-beta.1
发布于 2026-03-14 · 翻译于
🎯 一句话总结:本版聚焦移动端体验重构与浏览器自动化增强,同时解决了模型隐私泄露及界面性能卡顿问题。
📋 更新要点(中文翻译)
1Android 聊天设置重构,分组设备与媒体选项,优化移动端布局密度。
2iOS 首次运行增加欢迎页,优化二维码扫描流程及配对指引。
3浏览器支持 Chrome DevTools MCP 模式,可连接已登录的实时会话。
4浏览器自动化支持批量动作、选择器定位及延迟点击功能。
5Docker 部署支持通过环境变量指定容器时区,不再继承默认设置。
6仪表盘聊天界面优化,避免工具执行时频繁重载历史导致卡顿。
7修复本地推理模型泄露内部思考过程的问题,保护用户隐私。
8Android 配对二维码扫描切换至 Google 代码扫描器,提升可靠性。
9控制界面修复纯 HTTP 连接下共享令牌和密码认证丢失的问题。
▶查看英文原文(Release Notes)
Pre-release for npm beta tag `v2026.3.13-beta.1`.
macOS assets are built with stable app version `2026.3.13` so they can be reused for the later non-beta release. `appcast.xml` is intentionally unchanged in this pre-release.
### Changes
- Android/chat settings: redesign the chat settings sheet with grouped device and media sections, refresh the Connect and Voice tabs, and tighten the chat composer/session header for a denser mobile layout. (#44894) Thanks @obviyus.
- iOS/onboarding: add a first-run welcome pager before gateway setup, stop auto-opening the QR scanner, and show `/pair qr` instructions on the connect step. (#45054) Thanks @ngutman.
- Browser/existing-session: add an official Chrome DevTools MCP attach mode for signed-in live Chrome sessions, with docs for `chrome://inspect/#remote-debugging` enablement and direct backlinks to Chrome’s own setup guides.
- Browser/agents: add built-in `profile="user"` for the logged-in host browser and `profile="chrome-relay"` for the extension relay, so agent browser calls can prefer the real signed-in browser without the extra `browserSession` selector.
- Browser/act automation: add batched actions, selector targeting, and delayed clicks for browser act requests with normalized batch dispatch. Thanks @vincentkoc.
- Docker/timezone override: add `OPENCLAW_TZ` so `docker-setup.sh` can pin gateway and CLI containers to a chosen IANA timezone instead of inheriting the daemon default. (#34119) Thanks @Lanfei.
- Dependencies/pi: bump `@mariozechner/pi-agent-core`, `@mariozechner/pi-ai`, `@mariozechner/pi-coding-agent`, and `@mariozechner/pi-tui` to `0.58.0`.
### Fixes
- Dashboard/chat UI: stop reloading full chat history on every live tool result in dashboard v2 so tool-heavy runs no longer trigger UI freeze/re-render storms while the final event still refreshes persisted history. (#45541) Thanks @BunsDev.
- Ollama/reasoning visibility: stop promoting native `thinking` and `reasoning` fields into final assistant text s