Your own personal AI assistant. Any OS.
OpenClaw v1.2.2 adds manual heartbeat sends with message body and dry-run preview via Twilio or web providers.
$ git clone --branch v1.2.2 https://github.com/openclaw/openclaw.git # already have the repo? check out this version: $ git checkout v1.2.2
$ warelay heartbeat --provider twilio --message "Heartbeat check: system nominal"
$ warelay heartbeat --provider web --body "Scheduled heartbeat ping" --dry-run
- ›New
--message/--bodyflags forwarelay heartbeatlet practitioners push real outbound heartbeat messages via--provider webor--provider twilio. - ›New
--dry-runflag forwarelay heartbeatpreviews outbound payloads without sending, enabling safe testing of heartbeat configurations.
1 more release in this issue · 2025-11-28
OpenClaw v1.2.1 adds manual heartbeat messaging with dry-run preview and MIME-first media type detection.
$ git clone --branch v1.2.1 https://github.com/openclaw/openclaw.git # already have the repo? check out this version: $ git checkout v1.2.1
$ warelay heartbeat --message "System healthy" --dry-run
$ warelay heartbeat --body "All services nominal"
- ›Adds
--message/--bodyflags towarelay heartbeatfor manual heartbeat sends via web or Twilio. - ›Adds
--dry-runflag towarelay heartbeatto preview payloads before sending. - ›Enables MIME-first media detection (magic bytes → headers → extension) so files send with the correct type regardless of suffix.