From 59eac34c2bcf4aa188ebe8a5efa7ba27ec8692f4 Mon Sep 17 00:00:00 2001 From: David Szarzynski Date: Thu, 12 Feb 2026 11:47:57 +0700 Subject: [PATCH] changelog: add channel health monitor entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be2be34b9..23592dbd82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -489,6 +489,7 @@ Docs: https://docs.openclaw.ai - Commands: add `commands.allowFrom` config for separate command authorization, allowing operators to restrict slash commands to specific users while keeping chat open to others. (#12430) Thanks @thewilloftheshadow. - Docker: add ClawDock shell helpers for Docker workflows. (#12817) Thanks @Olshansk. +- Gateway: periodic channel health monitor auto-restarts stuck, crashed, or silently-stopped channels. Configurable via `gateway.channelHealthCheckMinutes` (default: 5, set to 0 to disable). (#7053, #4302) - iOS: alpha node app + setup-code onboarding. (#11756) Thanks @mbelinky. - Channels: comprehensive BlueBubbles and channel cleanup. (#11093) Thanks @tyler6204. - Channels: IRC first-class channel support. (#11482) Thanks @vignesh07.