From a85e2c9eb72667132ca38eddaa9dfb3a9307ea54 Mon Sep 17 00:00:00 2001 From: mbelinky <132747814+mbelinky@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:24:44 +0100 Subject: [PATCH] feat(changelog): paired-device CLI note openclaw#20057 thanks @mbelinky --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd774e2d05..f7e139f9f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Docs: https://docs.openclaw.ai ### Changes +- Gateway/CLI: add paired-device hygiene flows with `device.pair.remove`, plus `openclaw devices remove` and guarded `openclaw devices clear --yes [--pending]` commands for removing paired entries and optionally rejecting pending requests. (#20057) Thanks @mbelinky. + ### Fixes - iOS/Onboarding: stabilize pairing and reconnect behavior by resetting stale pairing request state on manual retry, disconnecting both operator and node gateways on operator failure, and avoiding duplicate pairing loops from operator transport identity attachment. (#20056) Thanks @mbelinky.