$git log --oneline
2026.3.13PATCHβ LATEST STABLEReleased: 2026-03-13
Live Chrome Browser Control + Redesigned Mobile + Docker TZ
/** Real browser session control for AI agents, mobile app refresh, and Docker timezone support. */
#Browser#Chrome#Mobile#Android#Docker#Performance
whats_new.md
β¨ What's New
Live Chrome Browser Control
AI agents can now control actual Chrome browser sessions β navigate, click, type, and extract data from real web pages without extensions.
Redesigned Android Chat Settings
Completely overhauled chat settings UI on Android for better usability and consistency with iOS experience.
Docker Timezone Support
New OPENCLAW_TZ environment variable lets Docker containers use local timezone for logs, cron jobs, and timestamps.
improvements.md
β‘ Improvements
+Compaction algorithm improvements for more efficient long-conversation memory management
+Telegram media transport policy enhancements for better file handling
+Updated default model in tests from openai-codex/gpt-5.3-codex to openai-codex/gpt-5.4
+Preserved lastAccountId and lastThreadId on session reset
π Bug Fixes
βFixed Discord gateway metadata fetch failures causing session drops
βFixed compaction edge cases causing context loss in long conversations
βFixed Telegram media transport policy not applying to certain file types
βFixed recovery from broken tag/release path in v2026.3.13 initial publish
upgrade.sh
π¦ Upgrade to 2026.3.13
# npm global install
$ npm install -g openclaw@2026.3.13
# or update existing install
$ openclaw update
β No breaking changes from 2026.3.12 β safe to upgrade