fix(doctor): avoid ack reaction migration without config (#1087)

Thanks @YuriNachos.

Co-authored-by: Yuri Chukhlib <YuriNachos@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-01-17 18:07:06 +00:00
parent 1045b032a2
commit 50c8e74230
3 changed files with 13 additions and 22 deletions

View File

@@ -8,6 +8,9 @@ Docs: https://docs.clawd.bot
- macOS: strip prerelease/build suffixes when parsing gateway semver patches. (#1110) — thanks @zerone0x.
- macOS: keep CLI install pinned to the full build suffix. (#1111) — thanks @artuskg.
### Fixes
- Doctor: avoid re-adding WhatsApp ack reaction config when only legacy auth files exist. (#1087) — thanks @YuriNachos.
## 2026.1.16-2
### Changes