fix: harden Discord gateway metadata startup handling

This commit is contained in:
Josh Lehman 2026-03-12 21:41:04 -07:00
parent 0088b1f7b3
commit edd17c0eff
No known key found for this signature in database
GPG Key ID: D141B425AC7F876B
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ Docs: https://docs.openclaw.ai
- ACP/client final-message delivery: preserve terminal assistant text snapshots before resolving `end_turn`, so ACP clients no longer drop the last visible reply when the gateway sends the final message body on the terminal chat event. (#17615) Thanks @pjeby.
- Telegram/Discord status reactions: show a temporary compacting reaction during auto-compaction pauses and restore thinking afterward so the bot no longer appears frozen while context is being compacted. (#35474) thanks @Cypherm.
- Agents/compaction: compare post-compaction token sanity checks against full-session pre-compaction totals and skip the check when token estimation fails, so sessions with large bootstrap context keep real token counts instead of falling back to unknown. (#28347) thanks @efe-arv.
- Discord/gateway startup: treat plain-text and transient `/gateway/bot` metadata fetch failures as transient startup errors so Discord gateway boot no longer crashes on unhandled rejections. (#44397) Thanks @jalehman.
## 2026.3.11