Reference

Extension Changelog

ab-connect is the browser extension that drives your real Chrome, talking to the CLI over native messaging. It has its own version numbers (0.5.x), separate from the CLI. chrome-use extension status shows which version is installed and which the store serves. Since 0.5.23 the extension asks Chrome to check for updates itself, so most users never update it by hand.

๐Ÿ“ Looking for the CLI?
This page is the extension history. The chrome-use command line's own versions (1.5.x) are on the CLI Changelog. The two ship independently: the extension through the Chrome Web Store, the CLI through GitHub Releases.

0.5.x


0.4.x and earlier (early history)

The 0.4 series is where the relay was made reliable: a stable per-tab session id, auto-reconnect after a cross-process detach, recovery of a churned-tabId session by its stable CDP targetId, loud failure on a stale sessionId instead of routing to a random tab, plus adopt for pre-existing tabs, group-scoped Target.getTargets, and default idle-shutdown with keep. Before that, 0.1.0 โ€“ 0.3.0 (2026-06-09) laid the foundation: the MV3 connect extension adapted from openclaw-browser-relay, the zero-token native-messaging transport, and force-install through a Chrome config profile (no Load-unpacked).

โ„น๏ธ Per-commit diffs: GitHub
This page summarizes each version. For the full diff of any extension version, see ab-connect's commit history on GitHub.