feat(changelog): paired-device CLI note openclaw#20057 thanks @mbelinky

This commit is contained in:
mbelinky
2026-02-18 14:24:44 +01:00
parent 284bd05f32
commit a85e2c9eb7

View File

@@ -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.