feat: show update availability in status

This commit is contained in:
Peter Steinberger
2026-01-17 18:23:27 +00:00
parent 8a67d29748
commit 7a3fa9ce03
4 changed files with 58 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ Docs: https://docs.clawd.bot
- Telegram: enrich forwarded message context with normalized origin details + legacy fallback. (#1090) — thanks @sleontenko.
- 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.
- CLI: surface update availability in `clawdbot status`.
### Fixes
- Doctor: avoid re-adding WhatsApp ack reaction config when only legacy auth files exist. (#1087) — thanks @YuriNachos.