mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
ebac731352
* fix(google-meet): classify gateway CLI fallback with typed guards instead of message matching Replaces the message-substring classifier in the Meet CLI's gateway-unavailable local fallback with the structural isGatewayTransportError/isGatewayClientRequestError guards (seam shared verbatim with #125458). Decision surface chosen per Meet semantics: uncoded transport closes (unreachable sockets, now incl. ETIMEDOUT/ ENETUNREACH) fall back; coded closes incl. 1006 deliberately do not, since a live gateway may still own Meet browser sessions; unknown-method fallback stays but requires a structural gateway request error. Adds ECONNRESET to GATEWAY_UNREACHABLE_SOCKET_CODES so connect-time resets wrap into the typed unreachable error instead of escaping raw. * test(process): treat Linux zombies as terminated
@openclaw/google-meet
Official Google Meet participant plugin for OpenClaw.
This plugin registers the google_meet tool so agents can join Google Meet calls through supported Chrome or Twilio transports.
Install
openclaw plugins install @openclaw/google-meet
Restart the Gateway after installing or updating the plugin.
Configure
Enable the plugin and follow the Google Meet docs for browser profile, transport, and call-join setup:
Package
- Plugin id:
google-meet - Tool:
google_meet - Package:
@openclaw/google-meet - Minimum OpenClaw host:
2026.4.20